Class ASCustomActionServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.anotheria.asg.exception.ASGRuntimeException
net.anotheria.anosite.gen.ascustomaction.service.ASCustomActionServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActionMappingDefNotFoundInASCustomActionServiceException, CustomActionDefNotFoundInASCustomActionServiceException

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

    • ASCustomActionServiceException

      public ASCustomActionServiceException(String message)
    • ASCustomActionServiceException

      public ASCustomActionServiceException(Throwable cause)
    • ASCustomActionServiceException

      public ASCustomActionServiceException(String message, Throwable cause)