Class ASGenericDataServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.asg.exception.ASGRuntimeException
-
- net.anotheria.anosite.gen.asgenericdata.service.ASGenericDataServiceException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GenericBoxHandlerDefNotFoundInASGenericDataServiceException,GenericBoxTypeNotFoundInASGenericDataServiceException,GenericGuardDefNotFoundInASGenericDataServiceException
public class ASGenericDataServiceException extends net.anotheria.asg.exception.ASGRuntimeExceptionBase class for all exceptions thrown by implementations of IASGenericDataService- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ASGenericDataServiceException(String message)ASGenericDataServiceException(String message, Throwable cause)ASGenericDataServiceException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-