Class PException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.polarion.platform.persistence.PException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigurationException
,NoSuchPrototypeException
,ReadOnlyException
,UnknownKeyException
,UnresolvableObjectException
,WrapperException
This is a parent class for all exceptions generated by Persistence.
It's abstract, to disallow direct usage and force usage of meaningfull subclasses.
- Author:
- dobisekm
- See Also:
-
Constructor Summary
ConstructorDescriptionPException
(String message) PException
(String message, Throwable cause) PException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PException
public PException() -
PException
- Parameters:
message
-
-
PException
- Parameters:
message
-cause
-
-
PException
- Parameters:
cause
-
-