org.keridwen.core.data.storage
Class DataIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.keridwen.core.data.storage.DataIOException
All Implemented Interfaces:
Serializable

public class DataIOException
extends Exception

Exception raised in case of problems during input/output access.

See Also:
Serialized Form

Constructor Summary
DataIOException()
          Default constructor .
DataIOException(String message)
          Creates a new exception with the given message.
DataIOException(String message, Throwable cause)
          Creates a new exception with the given message and cause.
DataIOException(Throwable cause)
          Creates a new exception with the given 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

DataIOException

public DataIOException()
Default constructor .


DataIOException

public DataIOException(String message,
                       Throwable cause)
Creates a new exception with the given message and cause.

Parameters:
message - message of the exception
cause - cause of the exception

DataIOException

public DataIOException(String message)
Creates a new exception with the given message.

Parameters:
message - message of the exception

DataIOException

public DataIOException(Throwable cause)
Creates a new exception with the given cause.

Parameters:
cause - cause of the execption


Copyright © 2010-2013 Artenum. All Rights Reserved.