public class ManagerException extends CSAppFrameworkException
JAXRException
, which are encapsulated into
an instance of MappingException
) from semantic errors.Constructor and Description |
---|
ManagerException(java.lang.String pMessage)
Creates a new instance with the given detail message and no cause.
|
ManagerException(java.lang.String pMessage,
java.lang.Throwable pCause)
Creates a new instance with the given detail message and cause.
|
ManagerException(java.lang.Throwable pCause)
Creates a new instance with the given cause.
|
public ManagerException(java.lang.String pMessage, java.lang.Throwable pCause)
pMessage
- The detail message.pCause
- The exceptions cause.public ManagerException(java.lang.String pMessage)
pMessage
- The detail message.public ManagerException(java.lang.Throwable pCause)
Throwable.getMessage()
on the
cause.pCause
- The exceptions cause.