ca.idms.proxy
Class ProxyInternalException

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.ProxyInternalException
All Implemented Interfaces:
java.io.Serializable

public class ProxyInternalException
extends ProxyException

Thrown to indicate an internal error in the proxy server.

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

Constructor Summary
ProxyInternalException(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

ProxyInternalException

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

Parameters:
s - the detail message.


Copyright © 2009 CA, All rights reserved