Class ReportableException

  • All Implemented Interfaces:
    java.io.Serializable

    class ReportableException
    extends java.lang.RuntimeException
    Encapsulates exceptions that should be thrown back to the client.
    • Method Summary

      • 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

      • ReportableException

        public ReportableException​(java.lang.String msg)
      • ReportableException

        public ReportableException​(java.lang.String msg,
                                   java.lang.Throwable cause)
      • ReportableException

        public ReportableException​(java.lang.Throwable cause)