public class DatabaseFactoryException extends Exception
DatabaseFactory.| Constructor and Description |
|---|
DatabaseFactoryException()
Creates a new instance of
DatabaseFactoryException. |
DatabaseFactoryException(String msg)
Creates a new instance of
DatabaseFactoryException. |
DatabaseFactoryException(String msg,
Throwable cause)
Creates a new instance of
DatabaseFactoryException. |
DatabaseFactoryException(Throwable cause)
Creates a new instance of
DatabaseFactoryException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DatabaseFactoryException()
DatabaseFactoryException.public DatabaseFactoryException(String msg)
DatabaseFactoryException.msg - The message.public DatabaseFactoryException(String msg, Throwable cause)
DatabaseFactoryException.msg - The message.cause - The cause.public DatabaseFactoryException(Throwable cause)
DatabaseFactoryException.cause - The cause.Copyright © 2013. All Rights Reserved.