com.esri.tracking.connector
Class TrackingConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esri.tracking.connector.TrackingConnectionException
All Implemented Interfaces:
java.io.Serializable

public class TrackingConnectionException
extends java.lang.Exception

See Also:
Serialized Form

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

TrackingConnectionException

public TrackingConnectionException(java.lang.Exception e)
Wrap an existing exception as the source of a TrackingConnectionException.

Parameters:
e - Exception

TrackingConnectionException

public 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.

Parameters:
msg - String
Method Detail

showMessagePane

public void showMessagePane()