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