Class DBException

    • Constructor Summary

      Constructors 
      Constructor Description
      DBException​(Message message)
      Constructor
      DBException​(java.lang.String message)
      Constructor
      DBException​(java.lang.Throwable e)
      Constructor
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • DBException

        public DBException​(java.lang.Throwable e)
        Constructor
        Parameters:
        e - Throwable
      • DBException

        public DBException​(java.lang.String message)
        Constructor
        Parameters:
        message - String message
      • DBException

        public DBException​(Message message)
        Constructor
        Parameters:
        message - Message object