com.jproxy.proxy
Class TunnelException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.jproxy.proxy.TunnelException
All Implemented Interfaces:
java.io.Serializable

public class TunnelException
extends java.lang.RuntimeException

This class represents an exception thrown during tunneling operations

See Also:
Serialized Form

Constructor Summary
TunnelException(java.lang.String message)
          Creates TunnelException object with specified message
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TunnelException

public TunnelException(java.lang.String message)
Creates TunnelException object with specified message

Parameters:
message - String describing exception


Copyright © JProxy LLC. All Rights Reserved.