Class NetServerException

All Implemented Interfaces:
Serializable

public class NetServerException extends DesktopException
Signals that a NetServer exception of some sort has occurred.
See Also:
  • Constructor Details

    • NetServerException

      public NetServerException()
      Constructs a new NetServerException instance.
    • NetServerException

      public NetServerException(String message)
      Constructs a new NetServerException with a message.
      Parameters:
      message - the detail message.
    • NetServerException

      public NetServerException(Throwable cause)
      Constructs a new NetServerException with a cause.
      Parameters:
      cause - the cause of this exception.
    • NetServerException

      public NetServerException(String message, Throwable cause)
      Constructs a new NetServerException with a message and cause.
      Parameters:
      message - the detail message.
      cause - the cause of this exception.