public class ConnectionException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
ConnectionException.ErrorType |
| Constructor and Description |
|---|
ConnectionException(String s,
ConnectionException.ErrorType errorType) |
ConnectionException(String s,
Throwable throwable,
ConnectionException.ErrorType errorType) |
ConnectionException(Throwable throwable,
ConnectionException.ErrorType errorType) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionException.ErrorType |
getErrorType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConnectionException(String s, Throwable throwable, ConnectionException.ErrorType errorType)
public ConnectionException(String s, ConnectionException.ErrorType errorType)
public ConnectionException(Throwable throwable, ConnectionException.ErrorType errorType)
public ConnectionException.ErrorType getErrorType()
Copyright © 2003-2008 Jive Software.