Class DatabaseNotAvailableException

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<java.lang.Throwable>

    public class DatabaseNotAvailableException
    extends ConnectionNotAvailableException
    Exception raised an attempt is made to connect to a database that is not available
    Author:
    cdivilly
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String database()  
      • Methods inherited from class java.sql.SQLException

        getErrorCode, getNextException, getSQLState, iterator, setNextException
      • 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
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • DatabaseNotAvailableException

        public DatabaseNotAvailableException​(java.lang.String database,
                                             ConnectionNotAvailableReason reason,
                                             java.lang.Throwable cause)
    • Method Detail

      • database

        public java.lang.String database()