Class RMIConnectionException

All Implemented Interfaces:
Serializable

public class RMIConnectionException extends NetworkException
Exception class for RMI remote connection exceptions
See Also:
  • Constructor Details

    • RMIConnectionException

      public RMIConnectionException(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
    • RMIConnectionException

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