Class ServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.hippoecm.frontend.service.ServiceException
All Implemented Interfaces:
Serializable

public class ServiceException extends Exception
See Also:
  • Constructor Details

    • ServiceException

      public ServiceException(String message)
    • ServiceException

      public ServiceException(String message, Throwable cause)
    • ServiceException

      public ServiceException(Throwable cause)