com.xebialabs.deployit.exception
Class RuntimeIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.xebialabs.deployit.exception.RuntimeIOException
All Implemented Interfaces:
java.io.Serializable

public class RuntimeIOException
extends java.lang.RuntimeException

Unchecked version of IOException

See Also:
Serialized Form

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

Constructor Detail

RuntimeIOException

public RuntimeIOException(java.lang.String message)
Constructs a RuntimeIOException with a message.

Parameters:
message - the message

RuntimeIOException

public RuntimeIOException(java.lang.String message,
                          java.lang.Throwable cause)
Constructs a RuntimeIOException with a message and a cause.

Parameters:
message - the message
cause - the exception

RuntimeIOException

public RuntimeIOException(java.lang.Throwable cause)
Constructs a RuntimeIOException with a cause.

Parameters:
cause - the original exception


Copyright © 2010. All Rights Reserved.