Class DecodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jainslee.resources.diameter.base.DecodeException
-
- All Implemented Interfaces:
Serializable
public class DecodeException extends Exception
Exception thrown when decoding Diameter data such as AVPs.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DecodeException(String s)
DecodeException(String s, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-