Class ASCustomDataServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.anotheria.asg.exception.ASGRuntimeException
net.anotheria.anosite.gen.ascustomdata.service.ASCustomDataServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CustomBoxHandlerDefNotFoundInASCustomDataServiceException, CustomBoxTypeNotFoundInASCustomDataServiceException, CustomGuardDefNotFoundInASCustomDataServiceException

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

    • ASCustomDataServiceException

      public ASCustomDataServiceException(String message)
    • ASCustomDataServiceException

      public ASCustomDataServiceException(Throwable cause)
    • ASCustomDataServiceException

      public ASCustomDataServiceException(String message, Throwable cause)