Class DataException

    • Constructor Summary

      Constructors 
      Constructor Description
      DataException()
      Constructs a new data exception.
      DataException​(java.lang.String message)
      Constructs a new data exception with a message.
      DataException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new data exception with a message and throwable cause.
      DataException​(java.lang.Throwable cause)
      Constructs a new data exception with a throwable cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DataException

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

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

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

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