Package com.portal.app.cc.comp
Class PValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.portal.app.cc.comp.PValidationException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a validate attempt has failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aPValidationException
with no detail message.PValidationException
(String message) Constructs aPValidationException
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
-
PValidationException
public PValidationException()Constructs aPValidationException
with no detail message. -
PValidationException
Constructs aPValidationException
with the specified detail message.- Parameters:
message
- the detail message.
-