org.apache.ws.jaxme
Class PMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.bind.JAXBException
              extended by org.apache.ws.jaxme.PMException
All Implemented Interfaces:
java.io.Serializable

public class PMException
extends JAXBException

Exception being thrown in case of persistency problems.

Author:
Jochen Wiedmann
See Also:
Serialized Form

Constructor Summary
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.
 
Method Summary
 
Methods inherited from class javax.xml.bind.JAXBException
getErrorCode, getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PMException

public PMException(java.lang.String pMessage)

Creates a new instance of PMException.


PMException

public PMException(java.lang.String pMessage,
                   java.lang.String pErrorCode)

Creates a new instance of PMException.


PMException

public PMException(java.lang.Throwable pLinkedException)

Creates a new instance of PMException.


PMException

public PMException(java.lang.String pMessage,
                   java.lang.Throwable pLinkedException)

Creates a new instance of PMException.


PMException

public PMException(java.lang.String pMessage,
                   java.lang.String pErrorCode,
                   java.lang.Throwable pLinkedException)

Creates a new instance of PMException.