@Deprecated public class GenericException extends RuntimeException
| 构造器和说明 |
|---|
GenericException()
已过时。
|
GenericException(String exceptionClass,
String exceptionMessage)
已过时。
|
GenericException(Throwable cause)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getExceptionClass()
已过时。
|
String |
getExceptionMessage()
已过时。
|
void |
setExceptionClass(String exceptionClass)
已过时。
|
void |
setExceptionMessage(String exceptionMessage)
已过时。
|
public GenericException()
public GenericException(Throwable cause)
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.