com.esri.mKit
Class ServiceProxyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.esri.mKit.ServiceProxyException
All Implemented Interfaces:
java.io.Serializable

public class ServiceProxyException
extends java.lang.Exception

The ServiceProxyException is thrown when errors related to ServiceProxy requests have occurred.

See Also:
Serialized Form

Constructor Summary
ServiceProxyException(java.lang.String s)
          Constructs a ServiceProxyException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ServiceProxyException

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

Parameters:
s - the detailed message.


Copyright © 2001 by Environmental Systems Research Institute Inc. All Rights Reserved.