jtge.engine.io
Class InputOutputException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjtge.engine.io.InputOutputException
All Implemented Interfaces:
java.io.Serializable

public class InputOutputException
extends java.lang.RuntimeException

Provides an io related exception.

Version:
$Revision: 1.6 $ $Date: 2005/09/10 14:05:53 $
Author:
Mathieu Champlon
See Also:
Serialized Form

Constructor Summary
InputOutputException(java.lang.String message)
          Create an io exception.
InputOutputException(java.lang.Throwable cause)
          Create an io exception.
 
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

InputOutputException

public InputOutputException(java.lang.String message)
Create an io exception.

Parameters:
message - the description of the exception

InputOutputException

public InputOutputException(java.lang.Throwable cause)
Create an io exception.

Parameters:
cause - the chained exception


Copyright © 2003-2005 . All Rights Reserved.