Esri Geoportal Server
1.2.2

com.esri.gpt.catalog.arcgis.agportal.publication
Class AgpPublishException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esri.gpt.catalog.arcgis.agportal.publication.AgpPublishException
All Implemented Interfaces:
Serializable

public class AgpPublishException
extends Exception

ArcGIS Portal publish exception. This exception represents any failure happen during any of 'addItem', 'update', or 'delete' request except errors returned by the server.

See Also:
Serialized Form

Constructor Summary
AgpPublishException(String msg)
          Constructs an instance of AgpPublishException with the specified detail message.
AgpPublishException(String msg, Throwable t)
          Constructs an instance of AgpPublishException with the specified detail message.
 
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

AgpPublishException

public AgpPublishException(String msg)
Constructs an instance of AgpPublishException with the specified detail message.

Parameters:
msg - the detail message.

AgpPublishException

public AgpPublishException(String msg,
                           Throwable t)
Constructs an instance of AgpPublishException with the specified detail message.

Parameters:
msg - the detail message.
t - cause

Esri Geoportal Server
1.2.2

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