Class TunnelingException

All Implemented Interfaces:
Serializable

public class TunnelingException extends RuntimeException
A message to enable tunneling through signatures that allow for runtime exceptions only.
See Also:
  • Constructor Details

    • TunnelingException

      public TunnelingException(String message, Throwable cause)
    • TunnelingException

      public TunnelingException(Throwable cause)