org.glassfish.grizzly.utils
Class Exceptions

java.lang.Object
  extended by org.glassfish.grizzly.utils.Exceptions

public class Exceptions
extends Object

Exceptions utilities.

Author:
Alexey Stashok

Constructor Summary
Exceptions()
           
 
Method Summary
static IOException makeIOException(Throwable t)
          Wrap the given Throwable by IOException.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exceptions

public Exceptions()
Method Detail

makeIOException

public static IOException makeIOException(Throwable t)
Wrap the given Throwable by IOException.

Parameters:
t - Throwable.
Returns:
IOException.


Copyright © 2012 Oracle Corporation. All Rights Reserved.