ca.idms.proxy
Class ProxyException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ProxyInternalException, ProxyNotFoundException, ProxyServerException

public class ProxyException
extends PacketException

Base class for proxy server exceptions.

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

Constructor Summary
ProxyException(int err, java.lang.String s)
          Constructs a new ProxyInternalException with the specified error code and detail message.
ProxyException(java.lang.String s)
          Constructs a new ProxyInternalException 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

ProxyException

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

Parameters:
s - the detail message.

ProxyException

public ProxyException(int err,
                      java.lang.String s)
Constructs a new ProxyInternalException with the specified error code and detail message.

Parameters:
err - the error code.
s - the detail message.


Copyright © 2009 CA, All rights reserved