|
Esri Geoportal Server 1.2.2
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.esri.gpt.catalog.arcgis.agportal.publication.AgpPublishException
public class AgpPublishException
ArcGIS Portal publish exception. This exception represents any failure happen during any of 'addItem', 'update', or 'delete' request except errors returned by the server.
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 |
---|
public AgpPublishException(String msg)
AgpPublishException
with the specified detail message.
msg
- the detail message.public AgpPublishException(String msg, Throwable t)
AgpPublishException
with the specified detail message.
msg
- the detail message.t
- cause
|
Esri Geoportal Server 1.2.2
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |