Package ee.jakarta.tck.ws.rs.lib.util
Class RemoteLoggingInitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ee.jakarta.tck.ws.rs.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 Summary
ConstructorsConstructorDescriptioncreates a RemoteLoggingInitExceptioncreates a RemoteLoggingInitException with a message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemoteLoggingInitException
public RemoteLoggingInitException()creates a RemoteLoggingInitException -
RemoteLoggingInitException
creates a RemoteLoggingInitException with a message- Parameters:
s
- the message
-