de.intarsys.tools.exception
Class TunnelingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
TunnelingException(java.lang.String message, java.lang.Throwable cause)
           
TunnelingException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TunnelingException

public TunnelingException(java.lang.String message,
                          java.lang.Throwable cause)

TunnelingException

public TunnelingException(java.lang.Throwable cause)