Class ServiceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ServiceException
    extends java.lang.Exception
    Exception used by a service to indicate a failure in service process
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayMessage()  
      void setDisplayMessage​(java.lang.String displayMessage)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ServiceException

        public ServiceException()
      • ServiceException

        public ServiceException​(java.lang.String message)
      • ServiceException

        public ServiceException​(java.lang.Throwable cause)
      • ServiceException

        public ServiceException​(java.lang.String message,
                                java.lang.Throwable cause)
      • ServiceException

        public ServiceException​(java.lang.String message,
                                java.lang.Throwable cause,
                                boolean enableSuppression,
                                boolean writableStackTrace)
    • Method Detail

      • getDisplayMessage

        public java.lang.String getDisplayMessage()
      • setDisplayMessage

        public void setDisplayMessage​(java.lang.String displayMessage)