public class TsdIMException
extends java.lang.Exception
Modifier and Type | Class and Description |
---|---|
static class |
TsdIMException.Code
Every TsdIMException must have a code which identifies a generic reason
or cause that generated the exception.
|
Constructor and Description |
---|
TsdIMException(TsdIMException.Code code) |
TsdIMException(TsdIMException.Code code,
java.lang.String message) |
TsdIMException(TsdIMException.Code code,
java.lang.String message,
java.lang.Throwable throwable) |
TsdIMException(TsdIMException.Code code,
java.lang.Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
TsdIMException.Code |
getCode() |
java.lang.String |
getMessage() |
public TsdIMException(TsdIMException.Code code)
public TsdIMException(TsdIMException.Code code, java.lang.String message)
public TsdIMException(TsdIMException.Code code, java.lang.Throwable throwable)
public TsdIMException(TsdIMException.Code code, java.lang.String message, java.lang.Throwable throwable)
public TsdIMException.Code getCode()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable