Uses of Class
org.glassfish.grizzly.util.ExceptionHandler.Severity

Packages that use ExceptionHandler.Severity
org.glassfish.grizzly   
org.glassfish.grizzly.util   
 

Uses of ExceptionHandler.Severity in org.glassfish.grizzly
 

Methods in org.glassfish.grizzly with parameters of type ExceptionHandler.Severity
 void Transport.notifyException(ExceptionHandler.Severity severity, Throwable throwable)
          Notify about error, occurred during Transport execution.
 void AbstractTransport.notifyException(ExceptionHandler.Severity severity, Throwable throwable)
          Notify about error, occurred during Transport execution.
 

Uses of ExceptionHandler.Severity in org.glassfish.grizzly.util
 

Methods in org.glassfish.grizzly.util that return ExceptionHandler.Severity
static ExceptionHandler.Severity ExceptionHandler.Severity.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExceptionHandler.Severity[] ExceptionHandler.Severity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.glassfish.grizzly.util with parameters of type ExceptionHandler.Severity
 void ExceptionHandler.notifyException(ExceptionHandler.Severity severity, Throwable throwable)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.