Class DuplicateClusterException

  • All Implemented Interfaces:
    Serializable

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

      • DuplicateClusterException

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

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