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 aPSaveExceptionwith no detail message.PSaveException(String message) Constructs aPSaveExceptionwith 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 aPSaveExceptionwith no detail message. -
PSaveException
Constructs aPSaveExceptionwith the specified detail message.- Parameters:
message- the detail message.
-