Class WizardHandlerProcessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.anosite.wizard.handler.exceptions.WizardHandlerException
-
- net.anotheria.anosite.wizard.handler.exceptions.WizardHandlerProcessException
-
- All Implemented Interfaces:
Serializable
public class WizardHandlerProcessException extends WizardHandlerException
WizardHandlerProcessException, exception may happen on wizard process.- Author:
- h3ll
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WizardHandlerProcessException(String wizardId)Constructor.WizardHandlerProcessException(String wizardId, String messageCause)Constructor.WizardHandlerProcessException(String wizardId, Throwable cause)Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WizardHandlerProcessException
public WizardHandlerProcessException(String wizardId)
Constructor.- Parameters:
wizardId- id of current wizard
-
WizardHandlerProcessException
public WizardHandlerProcessException(String wizardId, Throwable cause)
Constructor.- Parameters:
wizardId- id of current wizardcause- exception cause
-
-