public class HessianProtocolException extends IOException
| 构造器和说明 |
|---|
HessianProtocolException()
Zero-arg constructor.
|
HessianProtocolException(String message)
Create the exception.
|
HessianProtocolException(String message,
Throwable rootCause)
Create the exception.
|
HessianProtocolException(Throwable rootCause)
Create the exception.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Throwable |
getCause()
Returns the underlying cause.
|
Throwable |
getRootCause()
Returns the underlying cause.
|
public HessianProtocolException()
public HessianProtocolException(String message)
public HessianProtocolException(String message, Throwable rootCause)
public HessianProtocolException(Throwable rootCause)
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.