Package de.intarsys.tools.exception
Class TunnelingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.intarsys.tools.exception.TunnelingException
- All Implemented Interfaces:
Serializable
A message to enable tunneling through signatures that allow for runtime
exceptions only.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTunnelingException
(String message, Throwable cause) TunnelingException
(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
-
TunnelingException
-
TunnelingException
-