org.chromattic.api
Class ChromatticIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.chromattic.api.ChromatticException
org.chromattic.api.ChromatticIOException
- All Implemented Interfaces:
- java.io.Serializable
public class ChromatticIOException
- extends ChromatticException
- Version:
- $Revision$
- Author:
- Julien Viet
- See Also:
- Serialized Form
|
Method Summary |
java.io.IOException |
getCause()
|
java.lang.Throwable |
initCause(java.lang.Throwable cause)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ChromatticIOException
public ChromatticIOException()
ChromatticIOException
public ChromatticIOException(java.lang.String message)
ChromatticIOException
public ChromatticIOException(java.lang.String message,
java.io.IOException rootCause)
ChromatticIOException
public ChromatticIOException(java.io.IOException rootCause)
initCause
public java.lang.Throwable initCause(java.lang.Throwable cause)
- Overrides:
initCause in class java.lang.Throwable
getCause
public java.io.IOException getCause()
- Overrides:
getCause in class java.lang.Throwable
Copyright © 2013 eXo Platform SAS. All Rights Reserved.