org.apache.ws.jaxme

Class PMException


public class PMException
extends JAXBException

Exception being thrown in case of persistency problems.
Author:
Jochen Wiedmann

Constructor Summary

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.

Method Summary

Methods inherited from class javax.xml.bind.JAXBException

getErrorCode, getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedException, toString

Constructor Details

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.