|
||||||||||
| 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.TransportException
public class TransportException
Signals that an transport exception has occurred in a during initialize transport element.
| Constructor Summary | |
|---|---|
TransportException(java.lang.String message,
TransportError code)
Create instance of class with predefined parameters |
|
TransportException(java.lang.String message,
TransportError code,
java.lang.Throwable cause)
Create instance of class with predefined parameters |
|
TransportException(TransportError code,
java.lang.Throwable cause)
Create instance of class with predefined parameters |
|
| Method Summary | |
|---|---|
TransportError |
getCode()
Return code of error |
| 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 TransportException(java.lang.String message,
TransportError code)
message - error messagecode - error code
public TransportException(java.lang.String message,
TransportError code,
java.lang.Throwable cause)
message - error messagecode - error codecause - error cause
public TransportException(TransportError code,
java.lang.Throwable cause)
code - error codecause - error cause| Method Detail |
|---|
public TransportError getCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||