Class ProxyException

Class ProxyException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----ProxyException

public class ProxyException
extends Exception
Signal that a problem occurred during the communication with Liaison or that a protocol (CMIP/SNMP) error occurred.


Constructor Index

 o ProxyException()
Construct a ProxyException with no detail message.
 o ProxyException(String)
Construct a ProxyException with the specified detail message.

Constructors

 o ProxyException
  public ProxyException()
Construct a ProxyException with no detail message. A detail message is a String that describes this particular exception.
 o ProxyException
  public ProxyException(String s)
Construct a ProxyException with the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
s - the detail message

Last modified: Tue Feb 18 13:55:32 MET 1997