ca.idms.proxy
Class ProxyServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by ca.idms.net.PacketException
                  extended by ca.idms.proxy.ProxyException
                      extended by ca.idms.proxy.ProxyServerException
All Implemented Interfaces:
java.io.Serializable

public class ProxyServerException
extends ProxyException

Thrown to indicate that the proxy server received an error forwarding the request to the server. Typically the exception returned by the Proxy implementation class is returned is used to generate the message text.

Version:
1.10, 01/30/02
Author:
Dave Ross
See Also:
Serialized Form

Constructor Summary
ProxyServerException(java.io.IOException e)
          Constructs a new ProxyServerException to encapsulate a Proxy implementation exception.
ProxyServerException(java.lang.String s)
          Constructs a new ProxyServerException with the specified detail message.
 
Method Summary
 
Methods inherited from class ca.idms.net.PacketException
getDetailMessage, getError, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ProxyServerException

public ProxyServerException(java.lang.String s)
Constructs a new ProxyServerException with the specified detail message.

Parameters:
s - the detail message.

ProxyServerException

public ProxyServerException(java.io.IOException e)
Constructs a new ProxyServerException to encapsulate a Proxy implementation exception.

Parameters:
e - proxy exception.


Copyright © 2009 CA, All rights reserved