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.
-
ProxyException()
- Construct a ProxyException with no detail message.
-
ProxyException(String)
- Construct a ProxyException with the specified detail message.
ProxyException
public ProxyException()
- Construct a ProxyException with no detail message.
A detail message is a String that describes this particular exception.
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