| Package | Description |
|---|---|
| org.rhq.core.util.exception |
| Modifier and Type | Method and Description |
|---|---|
Severity |
ExceptionPackage.getSeverity()
Returns the severity of the exception, which marks how important or severe the problem is.
|
static Severity |
Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ExceptionPackage(Severity severity,
Throwable throwable)
Creates a new
ExceptionPackage object. |
WrappedRemotingException(Severity severity,
Throwable throwable)
Constructor for
WrappedRemotingException that takes the actual exception and wraps it in a
ExceptionPackage. |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.