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:
Serializable
Direct Known Subclasses:
WizardDefNotFoundInASWizardDataServiceException, WizardHandlerDefNotFoundInASWizardDataServiceException

public class ASWizardDataServiceException extends net.anotheria.asg.exception.ASGRuntimeException
Base class for all exceptions thrown by implementations of IASWizardDataService
See Also:
  • Constructor Details

    • ASWizardDataServiceException

      public ASWizardDataServiceException(String message)
    • ASWizardDataServiceException

      public ASWizardDataServiceException(Throwable cause)
    • ASWizardDataServiceException

      public ASWizardDataServiceException(String message, Throwable cause)