au.com.prunge.jgenfile
Class OperationNotSupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--au.com.prunge.jgenfile.JGenFileException
                          |
                          +--au.com.prunge.jgenfile.OperationNotSupportedException
All Implemented Interfaces:
Serializable

public class OperationNotSupportedException
extends JGenFileException

An exception that is thrown when an operation is not supported by a file system.

Version:
1.0
Author:
Peter Runge
See Also:
Serialized Form

Constructor Summary
OperationNotSupportedException()
          Constructs an OperationNotSupportedException.
OperationNotSupportedException(String s)
          Constructs an OperationNotSupportedException with a detail message.
 
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

OperationNotSupportedException

public OperationNotSupportedException()
Constructs an OperationNotSupportedException.


OperationNotSupportedException

public OperationNotSupportedException(String s)
Constructs an OperationNotSupportedException with a detail message.

Parameters:
s - the detail message.