org.exoplatform.commons.exception
Class UndeclaredIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.exoplatform.commons.exception.UndeclaredIOException
- All Implemented Interfaces:
- java.io.Serializable
public class UndeclaredIOException
- extends java.lang.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
| 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 |
UndeclaredIOException
public UndeclaredIOException()
UndeclaredIOException
public UndeclaredIOException(java.lang.String message)
UndeclaredIOException
public UndeclaredIOException(java.lang.String message,
java.lang.Throwable cause)
UndeclaredIOException
public UndeclaredIOException(java.lang.Throwable cause)
Copyright © 2010 eXo Platform SAS. All Rights Reserved.