Class ClusterSchemeNotAvailableException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ClusterSchemeNotAvailableException
    extends CacheException
    Exception type that is thrown when requesting for a certain type of ClusterScheme and its not available.
    Author:
    Abhishek Sanoujam
    See Also:
    Serialized Form
    • Constructor Detail

      • ClusterSchemeNotAvailableException

        public ClusterSchemeNotAvailableException​(ClusterScheme unavailableClusterScheme)
        Constructor accepting the ClusterScheme that is unavailable
      • ClusterSchemeNotAvailableException

        public ClusterSchemeNotAvailableException​(ClusterScheme unavailableClusterScheme,
                                                  java.lang.String message,
                                                  java.lang.Throwable cause)
        Constructor accepting the ClusterScheme that is unavailable, message and root cause
        Parameters:
        message -
        cause -
      • ClusterSchemeNotAvailableException

        public ClusterSchemeNotAvailableException​(ClusterScheme unavailableClusterScheme,
                                                  java.lang.String message)
        Constructor accepting the ClusterScheme that is unavailable and message
        Parameters:
        message -
      • ClusterSchemeNotAvailableException

        public ClusterSchemeNotAvailableException​(ClusterScheme unavailableClusterScheme,
                                                  java.lang.Throwable cause)
        Constructor accepting the ClusterScheme that is unavailable and root cause
        Parameters:
        cause -
    • Method Detail

      • getUnavailableClusterScheme

        public ClusterScheme getUnavailableClusterScheme()
        Return the unavailable ClusterScheme this instance is associated with
        Returns:
        Returns the unavailable ClusterScheme this instance is associated with