com.alipay.remoting.exception
Class DeserializationException

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
                  extended by com.alipay.remoting.exception.DeserializationException
All Implemented Interfaces:
Serializable

public class DeserializationException
extends CodecException

Exception when deserialize failed

See Also:
Serialized Form

Constructor Summary
DeserializationException()
          Constructor.
DeserializationException(String message)
          Constructor.
DeserializationException(String message, boolean serverSide)
          Constructor.
DeserializationException(String message, Throwable cause)
          Constructor.
DeserializationException(String message, Throwable cause, boolean serverSide)
          Constructor.
 
Method Summary
 boolean isServerSide()
          Getter method for property serverSide.
 
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

DeserializationException

public DeserializationException()
Constructor.


DeserializationException

public DeserializationException(String message)
Constructor.


DeserializationException

public DeserializationException(String message,
                                boolean serverSide)
Constructor.


DeserializationException

public DeserializationException(String message,
                                Throwable cause)
Constructor.


DeserializationException

public DeserializationException(String message,
                                Throwable cause,
                                boolean serverSide)
Constructor.

Method Detail

isServerSide

public boolean isServerSide()
Getter method for property serverSide.

Returns:
property value of serverSide


Copyright © 2018. All rights reserved.