Class ThrowingProviderBinder.ResultException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ThrowingProviderBinder

    private static class ThrowingProviderBinder.ResultException
    extends java.lang.RuntimeException
    RuntimeException class to wrap exceptions from the checked provider. The regular guice provider can throw it and the checked provider proxy extracts the underlying exception and rethrows it.
    • Constructor Summary

      Constructors 
      Constructor Description
      ResultException​(java.lang.Exception cause)  
    • 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

      • ResultException

        ResultException​(java.lang.Exception cause)