org.apache.ws.jaxme
Class PMException
Exception being thrown in case of persistency problems.
PMException(String pMessage) - Creates a new instance of PMException.
|
PMException(String pMessage, String pErrorCode) - Creates a new instance of PMException.
|
PMException(String pMessage, String pErrorCode, Throwable pLinkedException) - Creates a new instance of PMException.
|
PMException(String pMessage, Throwable pLinkedException) - Creates a new instance of PMException.
|
PMException(Throwable pLinkedException) - Creates a new instance of PMException.
|
PMException
public PMException(String pMessage)
Creates a new instance of PMException.
PMException
public PMException(String pMessage,
String pErrorCode)
Creates a new instance of PMException.
PMException
public PMException(String pMessage,
String pErrorCode,
Throwable pLinkedException)
Creates a new instance of PMException.
PMException
public PMException(String pMessage,
Throwable pLinkedException)
Creates a new instance of PMException.
PMException
public PMException(Throwable pLinkedException)
Creates a new instance of PMException.