Class RemoteLoggingInitException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ee.jakarta.tck.ws.rs.lib.util.RemoteLoggingInitException
All Implemented Interfaces:
Serializable

public class RemoteLoggingInitException extends Exception
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 Details

    • RemoteLoggingInitException

      public RemoteLoggingInitException()
      creates a RemoteLoggingInitException
    • RemoteLoggingInitException

      public RemoteLoggingInitException(String s)
      creates a RemoteLoggingInitException with a message
      Parameters:
      s - the message