Class DataClayException

  • All Implemented Interfaces:
    Serializable

    public class DataClayException
    extends Exception
    This class represents the exception to be reported when an error occurs in dataClay.
    See Also:
    Serialized Form
    • Constructor Detail

      • DataClayException

        public DataClayException()
        Default constructor.
      • DataClayException

        public DataClayException​(Exception ex)
        Constructor from exception.
        Parameters:
        ex - base exception.
      • DataClayException

        public DataClayException​(String msg)
        Constructor with msg.
        Parameters:
        msg - Message explaining the exception.