com.github.stephenc.javaisotools.loopfs.api
Class LoopFileSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.github.stephenc.javaisotools.loopfs.api.LoopFileSystemException
All Implemented Interfaces:
Serializable

public class LoopFileSystemException
extends IOException

General loop-fs exception.

See Also:
Serialized Form

Constructor Summary
LoopFileSystemException()
           
LoopFileSystemException(String message)
           
LoopFileSystemException(String message, Throwable cause)
           
LoopFileSystemException(Throwable 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

LoopFileSystemException

public LoopFileSystemException()

LoopFileSystemException

public LoopFileSystemException(String message)

LoopFileSystemException

public LoopFileSystemException(Throwable cause)

LoopFileSystemException

public LoopFileSystemException(String message,
                               Throwable cause)


Copyright © 2013. All Rights Reserved.