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:
java.io.Serializable
public class TunnelingException extends java.lang.RuntimeException
A message to enable tunneling through signatures that allow for runtime exceptions only.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TunnelingException(java.lang.String message, java.lang.Throwable cause)
TunnelingException(java.lang.Throwable cause)
-