com.alipay.remoting.exception
Class CodecException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.alipay.remoting.exception.RemotingException
              extended by com.alipay.remoting.exception.CodecException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeserializationException, SerializationException

public class CodecException
extends RemotingException

Exception when codec problems occur

See Also:
Serialized Form

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

CodecException

public CodecException()
Constructor.


CodecException

public CodecException(String message)
Constructor.

Parameters:
message -

CodecException

public CodecException(String message,
                      Throwable cause)
Constructor.

Parameters:
message -
cause -


Copyright © 2018. All rights reserved.