com.esri.gpt.agp.client
Class AgpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.esri.gpt.agp.client.AgpException
- All Implemented Interfaces:
- Serializable
public class AgpException
- extends Exception
An ArcGIS Portal communication exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AgpException
public AgpException(AgpError error)
- Construct with a supplied underlying error.
- Parameters:
error
- the underlying error
getError
public AgpError getError()
- Gets the underlying error.
- Returns:
- the underlying error
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.