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