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