@Deprecated public class GenericException extends RuntimeException
| Constructor and Description |
|---|
GenericException()
Deprecated.
|
GenericException(String exceptionClass,
String exceptionMessage)
Deprecated.
|
GenericException(Throwable cause)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExceptionClass()
Deprecated.
|
String |
getExceptionMessage()
Deprecated.
|
void |
setExceptionClass(String exceptionClass)
Deprecated.
|
void |
setExceptionMessage(String exceptionMessage)
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GenericException()
public GenericException(String exceptionClass, String exceptionMessage)
public GenericException(Throwable cause)
public String getExceptionClass()
public void setExceptionClass(String exceptionClass)
public String getExceptionMessage()
public void setExceptionMessage(String exceptionMessage)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.