|
||||||||||
| 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.parser.DecodeException
public class DecodeException
Signals that an parser exception has occurred in a during decoding message
| Constructor Summary | |
|---|---|
DecodeException()
Create instance of class |
|
DecodeException(java.lang.String message)
Create instance of class with predefined parameters |
|
DecodeException(java.lang.String message,
java.lang.Throwable cause)
Create instance of class with predefined parameters |
|
DecodeException(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 DecodeException()
public DecodeException(java.lang.String message)
message - error message
public DecodeException(java.lang.String message,
java.lang.Throwable cause)
message - error messagecause - error causepublic DecodeException(java.lang.Throwable cause)
cause - error cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||