Class ASWizardDataServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.asg.exception.ASGRuntimeException
-
- net.anotheria.anosite.gen.aswizarddata.service.ASWizardDataServiceException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
WizardDefNotFoundInASWizardDataServiceException,WizardHandlerDefNotFoundInASWizardDataServiceException
public class ASWizardDataServiceException extends net.anotheria.asg.exception.ASGRuntimeExceptionBase class for all exceptions thrown by implementations of IASWizardDataService- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ASWizardDataServiceException(java.lang.String message)ASWizardDataServiceException(java.lang.String message, java.lang.Throwable cause)ASWizardDataServiceException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ASWizardDataServiceException
public ASWizardDataServiceException(java.lang.String message)
-
ASWizardDataServiceException
public ASWizardDataServiceException(java.lang.Throwable cause)
-
ASWizardDataServiceException
public ASWizardDataServiceException(java.lang.String message, java.lang.Throwable cause)
-
-