Class ASActionServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.asg.exception.ASGRuntimeException
-
- net.anotheria.anosite.gen.asaction.service.ASActionServiceException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ActionDefNotFoundInASActionServiceException
public class ASActionServiceException extends net.anotheria.asg.exception.ASGRuntimeExceptionBase class for all exceptions thrown by implementations of IASActionService- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ASActionServiceException(java.lang.String message)ASActionServiceException(java.lang.String message, java.lang.Throwable cause)ASActionServiceException(java.lang.Throwable cause)
-