Class FailedConnectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
appeng.api.exceptions.FailedConnectionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExistingConnectionException, SecurityConnectionException

public class FailedConnectionException extends Exception
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 Details

    • FailedConnectionException

      public FailedConnectionException()
    • FailedConnectionException

      public FailedConnectionException(String message)