Package com.sun.ts.lib.util
Class RemoteLoggingInitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.ts.lib.util.RemoteLoggingInitException
- All Implemented Interfaces:
- Serializable
This exception is thrown by the init method of the TestUtil class, if anything goes wrong while establishing a socket
 connection back to the harness host.
- Author:
- Kyle Grucci
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptioncreates a RemoteLoggingInitExceptioncreates a RemoteLoggingInitException with a message
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
RemoteLoggingInitExceptionpublic RemoteLoggingInitException()creates a RemoteLoggingInitException
- 
RemoteLoggingInitExceptioncreates a RemoteLoggingInitException with a message- Parameters:
- s- the message
 
 
-