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:
java.io.Serializable
- Direct Known Subclasses:
ActionMappingDefNotFoundInASCustomActionServiceException,CustomActionDefNotFoundInASCustomActionServiceException
public class ASCustomActionServiceException extends net.anotheria.asg.exception.ASGRuntimeExceptionBase class for all exceptions thrown by implementations of IASCustomActionService- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ASCustomActionServiceException(java.lang.String message)ASCustomActionServiceException(java.lang.String message, java.lang.Throwable cause)ASCustomActionServiceException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ASCustomActionServiceException
public ASCustomActionServiceException(java.lang.String message)
-
ASCustomActionServiceException
public ASCustomActionServiceException(java.lang.Throwable cause)
-
ASCustomActionServiceException
public ASCustomActionServiceException(java.lang.String message, java.lang.Throwable cause)
-
-