Class WizardResponseAbort
- java.lang.Object
-
- net.anotheria.anosite.wizard.handler.response.WizardHandlerResponse
-
- net.anotheria.anosite.wizard.handler.response.WizardResponseAbort
-
- All Implemented Interfaces:
Serializable
public class WizardResponseAbort extends WizardHandlerResponse
WizardResponseAbort usually happens if some exception occurred during execution.- Author:
- h3ll
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WizardResponseAbort(Exception aException)Public constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptiongetCause()StringgetCauseMessage()Return exception message if possible.InternalResponseCodegetResponseCode()Returns the response code of the response.-
Methods inherited from class net.anotheria.anosite.wizard.handler.response.WizardHandlerResponse
toString
-
-
-
-
Method Detail
-
getResponseCode
public InternalResponseCode getResponseCode()
Description copied from class:WizardHandlerResponseReturns the response code of the response. Classes react on the response accordingly to the response code.- Specified by:
getResponseCodein classWizardHandlerResponse- Returns:
InternalResponseCode
-
getCause
public Exception getCause()
-
getCauseMessage
public String getCauseMessage()
Return exception message if possible.- Returns:
- String message or null
-
-