com.github.stephenc.javaisotools.loopfs.api
Class LoopFileSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.github.stephenc.javaisotools.loopfs.api.LoopFileSystemException
- All Implemented Interfaces:
- Serializable
public class LoopFileSystemException
- extends IOException
General loop-fs exception.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.