public class PMException extends JAXBException
Exception being thrown in case of persistency problems.
Constructor and Description |
---|
PMException(java.lang.String pMessage)
Creates a new instance of PMException.
|
PMException(java.lang.String pMessage,
java.lang.String pErrorCode)
Creates a new instance of PMException.
|
PMException(java.lang.String pMessage,
java.lang.String pErrorCode,
java.lang.Throwable pLinkedException)
Creates a new instance of PMException.
|
PMException(java.lang.String pMessage,
java.lang.Throwable pLinkedException)
Creates a new instance of PMException.
|
PMException(java.lang.Throwable pLinkedException)
Creates a new instance of PMException.
|
getErrorCode, getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedException, toString
public PMException(java.lang.String pMessage)
Creates a new instance of PMException.
public PMException(java.lang.String pMessage, java.lang.String pErrorCode)
Creates a new instance of PMException.
public PMException(java.lang.Throwable pLinkedException)
Creates a new instance of PMException.
public PMException(java.lang.String pMessage, java.lang.Throwable pLinkedException)
Creates a new instance of PMException.
public PMException(java.lang.String pMessage, java.lang.String pErrorCode, java.lang.Throwable pLinkedException)
Creates a new instance of PMException.