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:
  • Constructor Details

    • 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.