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