Uses of Class
org.rhq.core.util.exception.Severity

Packages that use Severity
org.rhq.core.util.exception   
 

Uses of Severity in org.rhq.core.util.exception
 

Methods in org.rhq.core.util.exception that return Severity
 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.
 

Constructors in org.rhq.core.util.exception with parameters of type Severity
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-2012 Red Hat, Inc.. All Rights Reserved.