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:
- 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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.