Class DropConnectionException

All Implemented Interfaces:
Serializable

public class DropConnectionException extends RejectException
A type of RejectException that additionally causes the server to close the connection to the client.
Author:
Jeff Schnitzer
See Also:
  • Constructor Details

    • DropConnectionException

      public DropConnectionException()
    • DropConnectionException

      public DropConnectionException(String message)
    • DropConnectionException

      public DropConnectionException(int code, String message)