org.glassfish.grizzly.utils
Class Exceptions

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

public class Exceptions
extends java.lang.Object

Exceptions utilities.

Author:
Alexey Stashok

Constructor Summary
Exceptions()
           
 
Method Summary
static java.io.IOException makeIOException(java.lang.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 java.io.IOException makeIOException(java.lang.Throwable t)
Wrap the given Throwable by IOException.

Parameters:
t - Throwable.
Returns:
IOException.


Copyright © 2011 Oracle Corpration. All Rights Reserved.