org.entityfs.cap
Class UnsupportedCapabilityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.entityfs.support.exception.FileSystemException
                  extended by org.entityfs.cap.UnsupportedCapabilityException
All Implemented Interfaces:
Serializable

public class UnsupportedCapabilityException
extends FileSystemException

Exception that flags that a requested capability is not supported by the file system implementation or by any of its capability providers.

Since:
1.0
Author:
Karl Gustafsson
See Also:
Serialized Form
In_jar:
entityfs-core

Constructor Summary
UnsupportedCapabilityException(EntityCapabilityType<?> et)
           
UnsupportedCapabilityException(EntityCapabilityType<?> et, String msg)
           
UnsupportedCapabilityException(FileSystemCapabilityType<?> ft)
           
UnsupportedCapabilityException(FileSystemCapabilityType<?> ft, String msg)
           
 
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

UnsupportedCapabilityException

public UnsupportedCapabilityException(EntityCapabilityType<?> et)

UnsupportedCapabilityException

public UnsupportedCapabilityException(EntityCapabilityType<?> et,
                                      String msg)

UnsupportedCapabilityException

public UnsupportedCapabilityException(FileSystemCapabilityType<?> ft)

UnsupportedCapabilityException

public UnsupportedCapabilityException(FileSystemCapabilityType<?> ft,
                                      String msg)