org.modeshape.graph.property
Class IoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.modeshape.graph.property.IoException
All Implemented Interfaces:
Serializable

@Immutable
public class IoException
extends RuntimeException

A runtime exception that represents that an error occurred during input/output.

See Also:
Serialized Form

Constructor Summary
IoException()
           
IoException(String message)
           
IoException(String message, Throwable cause)
           
IoException(Throwable cause)
           
 
Method Summary
 String toString()
          
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IoException

public IoException()

IoException

public IoException(String message)
Parameters:
message -

IoException

public IoException(Throwable cause)
Parameters:
cause -

IoException

public IoException(String message,
                   Throwable cause)
Parameters:
message -
cause -
Method Detail

toString

public String toString()

Overrides:
toString in class Throwable


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.