Class DataException

    • Constructor Detail

      • DataException

        public DataException()
        Constructs a new data exception.
      • DataException

        public DataException​(String message)
        Constructs a new data exception with a message.
        Parameters:
        message - The message
      • DataException

        public DataException​(String message,
                             Throwable cause)
        Constructs a new data exception with a message and throwable cause.
        Parameters:
        message - The message
        cause - The cause
      • DataException

        public DataException​(Throwable cause)
        Constructs a new data exception with a throwable cause.
        Parameters:
        cause - The cause