Package de.xima.fc.cluster.exception
Class ClusterOpenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.cluster.exception.ClusterOpenException
- All Implemented Interfaces:
Serializable
Exception that is thrown when a cluster connection could not be opened.
- Since:
- 3.1.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new exception for when a cluster connection could not be openend. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClusterOpenException
Creates a new exception for when a cluster connection could not be openend.- Parameters:
e
- Root cause responsible for the failure.
-