Module is.codion.common.rmi
Class ConnectionNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
is.codion.common.rmi.server.exception.ServerException
is.codion.common.rmi.server.exception.ConnectionNotAvailableException
- All Implemented Interfaces:
Serializable
An exception indicating that the server is not accepting new connections
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionNotAvailableException
public ConnectionNotAvailableException()Instantiates a newConnectionNotAvailableException
-