com.alipay.hessian.generic.exception
Class ConvertException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.alipay.hessian.generic.exception.ConvertException
All Implemented Interfaces:
Serializable

public class ConvertException
extends RuntimeException

转换异常

Since:
5.3.0
See Also:
Serialized Form

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

ConvertException

public ConvertException(String msg)

ConvertException

public ConvertException(Throwable cause)

ConvertException

public ConvertException(String message,
                        Throwable cause)


Copyright © 2008–2018 Ant Financial. All rights reserved.