org.chromattic.api
Class ChromatticIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.chromattic.api.ChromatticException
                  extended by org.chromattic.api.ChromatticIOException
All Implemented Interfaces:
java.io.Serializable

public class ChromatticIOException
extends ChromatticException

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

Constructor Summary
ChromatticIOException()
           
ChromatticIOException(java.io.IOException rootCause)
           
ChromatticIOException(java.lang.String message)
           
ChromatticIOException(java.lang.String message, java.io.IOException rootCause)
           
 
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
 

Constructor Detail

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)
Method Detail

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.