org.modeshape.jcr.value
Class IoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.modeshape.jcr.value.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
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
-
toString
public String toString()
-
- Overrides:
toString
in class Throwable
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.