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
public class ClusterOpenException extends Exception
Exception that is thrown when a cluster connection could not be opened.- Since:
 - 3.1.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ClusterOpenException(Throwable e)Creates 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 Detail
- 
ClusterOpenException
public ClusterOpenException(Throwable e)
Creates a new exception for when a cluster connection could not be openend.- Parameters:
 e- Root cause responsible for the failure.
 
 - 
 
 -