|
||||||||||
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.core.internal.catalog.CatalogException
public class CatalogException
This class encapsulates exceptions that may be raised when communicating with arcgis.com
Constructor Summary | |
---|---|
protected |
CatalogException()
Creates a default CatalogException |
protected |
CatalogException(String msg)
Creates a CatalogException and initializes it with a custom message |
protected |
CatalogException(String msg,
Throwable e)
Creates a CatalogException and initializes it with a custom message and a cause |
protected |
CatalogException(Throwable e)
Creates a CatalogException with a cause. |
Method Summary | |
---|---|
String |
getMessage()
Returns the message of this CatalogException |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 |
---|
protected CatalogException()
protected CatalogException(String msg)
msg
- a custom message.protected CatalogException(String msg, Throwable e)
msg
- a custom message.e
- typically, the cause of an underlying exception that is being wrapped.protected CatalogException(Throwable e)
e
- typically, the cause of an underlying exception that is being wrapped.Method Detail |
---|
public String getMessage()
getMessage
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |