Class UnknownClusterException

  • All Implemented Interfaces:
    Serializable

    public class UnknownClusterException
    extends Exception
    Thrown to indicate that the specified cluster does not exist.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownClusterException

        public UnknownClusterException()
        Constructs a new UnknownClusterException with no detail message.
      • UnknownClusterException

        public UnknownClusterException​(String s)
        Constructs a new UnknownClusterException with the specified detail message.
        Parameters:
        s - the detail message.