ca.idms.proxy
Class ProxyNotFoundException

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

public class ProxyNotFoundException
extends ProxyException

Thrown to indicate that requested Proxy implementation class was not found on the server.

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

Constructor Summary
ProxyNotFoundException(java.lang.String s)
          Constructs a new ProxyNotFoundException.
 
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

ProxyNotFoundException

public ProxyNotFoundException(java.lang.String s)
Constructs a new ProxyNotFoundException.

Parameters:
s - the Proxy implementation name.


Copyright © 2009 CA, All rights reserved