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.
The message is looked up when read, in the language of the reader, a client that is, not the server.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionNotAvailableException
public ConnectionNotAvailableException()Instantiates a newConnectionNotAvailableException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-