Class ASFederatedDataServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.anotheria.asg.exception.ASGRuntimeException
net.anotheria.anosite.gen.asfederateddata.service.ASFederatedDataServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BoxHandlerDefNotFoundInASFederatedDataServiceException, BoxTypeNotFoundInASFederatedDataServiceException, GuardDefNotFoundInASFederatedDataServiceException

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

    • ASFederatedDataServiceException

      public ASFederatedDataServiceException(String message)
    • ASFederatedDataServiceException

      public ASFederatedDataServiceException(Throwable cause)
    • ASFederatedDataServiceException

      public ASFederatedDataServiceException(String message, Throwable cause)