| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | org.ocast.core.ApplicationException | ||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ApplicationException(DialError errorCode) | |||||||||||
| ApplicationException(String msg) | |||||||||||
| ApplicationException(String msg, DialError errorCode) | |||||||||||
| ApplicationException(Throwable cause) | |||||||||||
| ApplicationException(DialError errorCode, Throwable cause) | |||||||||||
| ApplicationException(String msg, Throwable throwable) | |||||||||||
| ApplicationException(String msg, Throwable throwable, DialError errorCode) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||