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