Class WizardHandlerPreProcessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.anosite.wizard.handler.exceptions.WizardHandlerException
-
- net.anotheria.anosite.wizard.handler.exceptions.WizardHandlerPreProcessException
-
- All Implemented Interfaces:
Serializable
public class WizardHandlerPreProcessException extends WizardHandlerException
PreProcess exception for WizardHandler.- Author:
- h3ll
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WizardHandlerPreProcessException(String wizardId)Constructor.WizardHandlerPreProcessException(String wizardId, String messageCause)Constructor.WizardHandlerPreProcessException(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
-
WizardHandlerPreProcessException
public WizardHandlerPreProcessException(String wizardId)
Constructor.- Parameters:
wizardId- string id
-
WizardHandlerPreProcessException
public WizardHandlerPreProcessException(String wizardId, String messageCause)
Constructor.- Parameters:
wizardId- string idmessageCause- string message
-
-