org.apache.aries.util
Class IORuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.aries.util.IORuntimeException
- All Implemented Interfaces:
- Serializable
public class IORuntimeException
- extends RuntimeException
This unchecked exception wraps an IOException.
- See Also:
- Serialized Form
IORuntimeException
public IORuntimeException(String message,
IOException cause)
- Parameters:
message - A detail message.cause - The original IOException.
IORuntimeException
public IORuntimeException(IOException cause)
- Parameters:
cause - The original IOException.
getCause
public IOException getCause()
- Overrides:
getCause in class Throwable
- See Also:
Throwable.getCause()
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.