org.apache.ws.jaxme
Class PMException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.xml.bind.JAXBException
              extended byorg.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.
 
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.