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:
Serializable
Direct Known Subclasses:
PageLayoutNotFoundInASLayoutDataServiceException, PageStyleNotFoundInASLayoutDataServiceException

public class ASLayoutDataServiceException extends net.anotheria.asg.exception.ASGRuntimeException
Base class for all exceptions thrown by implementations of IASLayoutDataService
See Also:
  • Constructor Details

    • ASLayoutDataServiceException

      public ASLayoutDataServiceException(String message)
    • ASLayoutDataServiceException

      public ASLayoutDataServiceException(Throwable cause)
    • ASLayoutDataServiceException

      public ASLayoutDataServiceException(String message, Throwable cause)