public class HessianServiceException extends Exception
| 构造器和说明 |
|---|
HessianServiceException()
Zero-arg constructor.
|
HessianServiceException(String message,
String code,
Object detail)
Create the exception.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCode()
Returns the code.
|
Object |
getDetail()
Returns the detail.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.