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:
Serializable

public class ChromatticIOException
extends ChromatticException

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

Constructor Summary
ChromatticIOException()
           
ChromatticIOException(IOException rootCause)
           
ChromatticIOException(String message)
           
ChromatticIOException(String message, IOException rootCause)
           
 
Method Summary
 IOException getCause()
           
 Throwable initCause(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(String message)

ChromatticIOException

public ChromatticIOException(String message,
                             IOException rootCause)

ChromatticIOException

public ChromatticIOException(IOException rootCause)
Method Detail

initCause

public Throwable initCause(Throwable cause)
Overrides:
initCause in class Throwable

getCause

public IOException getCause()
Overrides:
getCause in class Throwable


Copyright © 2010 eXo Platform SAS. All Rights Reserved.