|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jdiameter.client.api.io.NotInitializedException
public class NotInitializedException
Signals that an exception has occurred in a during start
transport element. An NotInitializedException is thrown to indicate that
transport element is not configured.
| Constructor Summary | |
|---|---|
NotInitializedException()
Create instance of class |
|
NotInitializedException(java.lang.String message)
Create instance of class with predefined parameters |
|
NotInitializedException(java.lang.String message,
java.lang.Throwable cause)
Create instance of class with predefined parameters |
|
NotInitializedException(java.lang.Throwable cause)
Create instance of class with predefined parameters |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NotInitializedException()
public NotInitializedException(java.lang.String message)
message - error message
public NotInitializedException(java.lang.String message,
java.lang.Throwable cause)
message - error messagecause - error causepublic NotInitializedException(java.lang.Throwable cause)
cause - error cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||