org.apache.qpid.proton.codec
Class EncodeException

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.EncodeException
All Implemented Interfaces:
Serializable

public class EncodeException
extends RuntimeException

See Also:
Serialized Form

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

EncodeException

public EncodeException()

EncodeException

public EncodeException(String message)

EncodeException

public EncodeException(String message,
                       Throwable cause)

EncodeException

public EncodeException(Throwable cause)


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