Class WrappedCheckedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dalesbred.internal.utils.WrappedCheckedException
All Implemented Interfaces:
Serializable

public final class WrappedCheckedException extends RuntimeException
Exception thrown when when checked exception is thrown by some of the callbacks.
See Also:
  • Constructor Details

    • WrappedCheckedException

      public WrappedCheckedException(@NotNull @NotNull Throwable cause)