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