Class ConnectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.drasyl.handler.connection.ConnectionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectionAbortedDueToUserTimeoutException, ConnectionAlreadyExistsException, ConnectionClosingException, ConnectionDoesNotExistException, ConnectionRefusedException, ConnectionResetException

@UnstableApi public abstract class ConnectionException extends RuntimeException
Exceptions thrown by ConnectionHandler.
See Also:
  • Constructor Details

    • ConnectionException

      protected ConnectionException(String message)