Esri Geoportal Server
1.0

com.esri.gpt.catalog.arcims
Class ImsServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esri.gpt.catalog.arcims.ImsServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ImsResponseException

public class ImsServiceException
extends Exception

Exception associated with ArcIMS service communication.

See Also:
Serialized Form

Constructor Summary
ImsServiceException(String message)
          Construct with and error message.
ImsServiceException(String msg, Throwable cause)
          Construct based upon an error message and a cause.
 
Method Summary
 
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

ImsServiceException

public ImsServiceException(String message)
Construct with and error message.

Parameters:
message - the error message

ImsServiceException

public ImsServiceException(String msg,
                           Throwable cause)
Construct based upon an error message and a cause.

Parameters:
msg - the error message
cause - the cause

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.