Class CheckedExceptionRethrownException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dk.cloudcreate.essentials.shared.functional.CheckedExceptionRethrownException
All Implemented Interfaces:
Serializable

public final class CheckedExceptionRethrownException extends RuntimeException
Used by the various Checked functional interfaces to indicate that a Checked Exception has been catched and rethrown
See Also:
  • Constructor Details

    • CheckedExceptionRethrownException

      public CheckedExceptionRethrownException(String message, Throwable cause)
    • CheckedExceptionRethrownException

      public CheckedExceptionRethrownException(Throwable cause)