Package com.portal.app.cc.comp
Class PSaveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.portal.app.cc.comp.PSaveException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a save attempt has failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aPSaveException
with no detail message.PSaveException
(String message) Constructs aPSaveException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PSaveException
public PSaveException()Constructs aPSaveException
with no detail message. -
PSaveException
Constructs aPSaveException
with the specified detail message.- Parameters:
message
- the detail message.
-