Class ServiceNotBoundException

All Implemented Interfaces:
Serializable

public class ServiceNotBoundException extends NetworkException
Exception class used to indicate an RMI service is not available
See Also:
  • Constructor Details

    • ServiceNotBoundException

      public ServiceNotBoundException(String strMessage, Throwable thE)
      Class constructor specifying a detailed message and the original thrown exception.
      Parameters:
      strMessage - the detailed message of this exception
      thE - the originally thrown exception
    • ServiceNotBoundException

      public ServiceNotBoundException(String strMessage)
      Class constructor specifying a detailed message.
      Parameters:
      strMessage - the message of this exception