Esri Geoportal Server
1.2.9

com.esri.gpt.agp.client
Class AgpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esri.gpt.agp.client.AgpException
All Implemented Interfaces:
Serializable

public class AgpException
extends Exception

An ArcGIS Portal communication exception.

See Also:
Serialized Form

Constructor Summary
AgpException(AgpError error)
          Construct with a supplied underlying error.
 
Method Summary
 AgpError getError()
          Gets the underlying error.
 
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

AgpException

public AgpException(AgpError error)
Construct with a supplied underlying error.

Parameters:
error - the underlying error
Method Detail

getError

public AgpError getError()
Gets the underlying error.

Returns:
the underlying error

Esri Geoportal Server
1.2.9

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