|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.starteam.exceptions.CommandException
com.starteam.exceptions.ConnectionException
public final class ConnectionException
An exception that is raised when the execution of a server command fails due to a problem with the connection.
| Method Summary | |
|---|---|
int |
getReconnectAttemptCount()
Gets the number of reconnect attempts that were made, trying to automatically re-establish the connection to the server, before giving up and triggering this exception. |
java.io.IOException[] |
getReconnectExceptions()
Gets one exception for each reconnect attempt that was made trying to automatically re-establish the connection to the server. |
| Methods inherited from class com.starteam.exceptions.CommandException |
|---|
getIOException, getMessage, getServer, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getReconnectAttemptCount()
public java.io.IOException[] getReconnectExceptions()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||