org.apache.qpid.proton.codec
Class DecodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.qpid.proton.codec.DecodeException
All Implemented Interfaces:
Serializable

public class DecodeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
DecodeException()
           
DecodeException(String message)
           
DecodeException(String message, Throwable cause)
           
DecodeException(Throwable cause)
           
 
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()

DecodeException

public DecodeException(String message)

DecodeException

public DecodeException(String message,
                       Throwable cause)

DecodeException

public DecodeException(Throwable cause)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.