Class VerificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.polarion.alm.tracker.workflow.config.VerificationException
- All Implemented Interfaces:
IUserFriendlyException
,Serializable
The
message
should contain meaningfull message.- Version:
- $Revision: 1.1 $ $Date: 2004/10/15 16:46:25 $
- Author:
- Michal Dobisek, Polarion Software
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVerificationException
(String message) VerificationException
(String message, 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
-
VerificationException
- Parameters:
message
-
-
VerificationException
- Parameters:
message
-cause
-
-