org.entityfs.cap
Class UnsupportedCapabilityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.entityfs.support.exception.FileSystemException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedCapabilityException
public UnsupportedCapabilityException(EntityCapabilityType<?> et)
UnsupportedCapabilityException
public UnsupportedCapabilityException(EntityCapabilityType<?> et,
String msg)
UnsupportedCapabilityException
public UnsupportedCapabilityException(FileSystemCapabilityType<?> ft)
UnsupportedCapabilityException
public UnsupportedCapabilityException(FileSystemCapabilityType<?> ft,
String msg)