|
|||||||||
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.tracking.connector.TrackingConnectionException
public class TrackingConnectionException
Constructor Summary | |
---|---|
TrackingConnectionException(java.lang.Exception e)
Wrap an existing exception as the source of a TrackingConnectionException. |
|
TrackingConnectionException(java.lang.String msg)
Create an instance of the exception with the message only, disregarding stack traces if this is a re-thrown exception. |
Method Summary | |
---|---|
void |
showMessagePane()
|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TrackingConnectionException(java.lang.Exception e)
e
- Exceptionpublic TrackingConnectionException(java.lang.String msg)
msg
- StringMethod Detail |
---|
public void showMessagePane()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |