Package org.jivesoftware.openfire
Class RemoteConnectionFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.openfire.RemoteConnectionFailedException
-
- All Implemented Interfaces:
Serializable
public class RemoteConnectionFailedException extends Exception
Thrown when something failed verifying the key of a Originating Server with an Authoritative Server in a dialback operation.- Author:
- Gaston Dombiak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteConnectionFailedException()
RemoteConnectionFailedException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RemoteConnectionFailedException
public RemoteConnectionFailedException()
-
RemoteConnectionFailedException
public RemoteConnectionFailedException(String msg)
-
-