Class SystemUtil.UncheckedCallableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.norconex.commons.lang.SystemUtil.UncheckedCallableException
All Implemented Interfaces:
Serializable
Enclosing class:
SystemUtil

public static class SystemUtil.UncheckedCallableException extends RuntimeException
Runtime exception wrapping possible exceptions thrown by invoking Callable by one of SystemUtil methods.
See Also:
  • Constructor Details

    • UncheckedCallableException

      public UncheckedCallableException()
    • UncheckedCallableException

      public UncheckedCallableException(String message)
    • UncheckedCallableException

      public UncheckedCallableException(Throwable cause)
    • UncheckedCallableException

      public UncheckedCallableException(String message, Throwable cause)