Package jodd.proxetta

Class ProxettaException

    • Nested Class Summary

      • Nested classes/interfaces inherited from class jodd.exception.UncheckedException

        jodd.exception.UncheckedException.CallableVoid
    • Field Summary

      • Fields inherited from class jodd.exception.UncheckedException

        cause, CAUSE_DIV, showCauseDetails
    • Method Summary

      • Methods inherited from class jodd.exception.UncheckedException

        callAndWrapException, getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, rethrow, runAndWrapException, wrap, wrap
      • Methods inherited from class java.lang.Throwable

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

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

      • ProxettaException

        public ProxettaException​(java.lang.Throwable throwable)
      • ProxettaException

        public ProxettaException()
      • ProxettaException

        public ProxettaException​(java.lang.String string)
      • ProxettaException

        public ProxettaException​(java.lang.String string,
                                 java.lang.Throwable throwable)