org.jdiameter.client.api.parser
Class DecodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jdiameter.client.api.parser.DecodeException
All Implemented Interfaces:
java.io.Serializable

public class DecodeException
extends java.lang.Exception

Signals that an parser exception has occurred in a during decoding message

See Also:
Serialized Form

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

DecodeException

public DecodeException()
Create instance of class


DecodeException

public DecodeException(java.lang.String message)
Create instance of class with predefined parameters

Parameters:
message - error message

DecodeException

public DecodeException(java.lang.String message,
                       java.lang.Throwable cause)
Create instance of class with predefined parameters

Parameters:
message - error message
cause - error cause

DecodeException

public DecodeException(java.lang.Throwable cause)
Create instance of class with predefined parameters

Parameters:
cause - error cause


Copyright © 2008. All Rights Reserved.