Class WrappedCheckedException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class WrappedCheckedException
    extends java.lang.RuntimeException
    Exception thrown when when checked exception is thrown by some of the callbacks.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WrappedCheckedException​(@NotNull java.lang.Throwable 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

      • WrappedCheckedException

        public WrappedCheckedException​(@NotNull
                                       @NotNull java.lang.Throwable cause)