Package appeng.api.exceptions
Class FailedConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
appeng.api.exceptions.FailedConnectionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExistingConnectionException,SecurityConnectionException
Exception indicating a failed connection between two
IGridNodes.
Intended to signal an internal exception and not intended to be thrown by any 3rd party module.
See any subclass for a more specific reason.- Since:
- rv0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FailedConnectionException
public FailedConnectionException() -
FailedConnectionException
-