Class ASGenericActionServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.anotheria.asg.exception.ASGRuntimeException
net.anotheria.anosite.gen.asgenericaction.service.ASGenericActionServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GenericActionDefNotFoundInASGenericActionServiceException

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

    • ASGenericActionServiceException

      public ASGenericActionServiceException(String message)
    • ASGenericActionServiceException

      public ASGenericActionServiceException(Throwable cause)
    • ASGenericActionServiceException

      public ASGenericActionServiceException(String message, Throwable cause)