public abstract class AbstractRpmException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected Throwable |
cause
Cause for exception
|
protected String |
message
Exception message
|
| Constructor and Description |
|---|
AbstractRpmException() |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Get exception cause
|
String |
getMessage()
Get exception message
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2017. All rights reserved.