Uses of Class
com.sun.grizzly.utils.ExceptionHandler.Severity

Packages that use ExceptionHandler.Severity
com.sun.grizzly   
com.sun.grizzly.utils   
 

Uses of ExceptionHandler.Severity in com.sun.grizzly
 

Methods in com.sun.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 com.sun.grizzly.utils
 

Methods in com.sun.grizzly.utils 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 com.sun.grizzly.utils with parameters of type ExceptionHandler.Severity
 void ExceptionHandler.notifyException(ExceptionHandler.Severity severity, Throwable throwable)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.