Class ASWebDataServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.anotheria.asg.exception.ASGRuntimeException
net.anotheria.anosite.gen.aswebdata.service.ASWebDataServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributeNotFoundInASWebDataServiceException, BoxNotFoundInASWebDataServiceException, PagexNotFoundInASWebDataServiceException

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

    • ASWebDataServiceException

      public ASWebDataServiceException(String message)
    • ASWebDataServiceException

      public ASWebDataServiceException(Throwable cause)
    • ASWebDataServiceException

      public ASWebDataServiceException(String message, Throwable cause)