org.exoplatform.commons.exception
Class UndeclaredIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.exoplatform.commons.exception.UndeclaredIOException
All Implemented Interfaces:
Serializable

public class UndeclaredIOException
extends RuntimeException

Denotes an i/o exception that should not be handled as such but should be handled in a different way by the control flow of the system.

Version:
$Revision$
Author:
Julien Viet
See Also:
Serialized Form

Constructor Summary
UndeclaredIOException()
           
UndeclaredIOException(String message)
           
UndeclaredIOException(String message, Throwable cause)
           
UndeclaredIOException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UndeclaredIOException

public UndeclaredIOException()

UndeclaredIOException

public UndeclaredIOException(String message)

UndeclaredIOException

public UndeclaredIOException(String message,
                             Throwable cause)

UndeclaredIOException

public UndeclaredIOException(Throwable cause)


Copyright © 2009 eXo Platform SAS. All Rights Reserved.