Package com.norconex.commons.lang
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
Runtime exception wrapping possible exceptions thrown by invoking
Callable by one of SystemUtil methods.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUncheckedCallableException(String message) UncheckedCallableException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UncheckedCallableException
public UncheckedCallableException() -
UncheckedCallableException
-
UncheckedCallableException
-
UncheckedCallableException
-