com.fatwire.agent
Class FeatureNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.fatwire.agent.AgentException
com.fatwire.agent.FeatureNotSupportedException
- All Implemented Interfaces:
- java.io.Serializable
public class FeatureNotSupportedException
- extends AgentException
This exception is thrown when a particular
functionality is unavailable or just not implemented,
e.g. IItem.getInputStream in the file system connector
implementation throws FeatureNotSupportedException exception for folders
as folders don't have any primary binary data associated with them.
- See Also:
- Serialized Form
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 |
FeatureNotSupportedException
public FeatureNotSupportedException()
- See Also:
Exception.Exception()
FeatureNotSupportedException
public FeatureNotSupportedException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- error reason.- See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)
FeatureNotSupportedException
public FeatureNotSupportedException(java.lang.String message)
- Parameters:
message
- error reason.- See Also:
Exception.Exception(java.lang.String)
FeatureNotSupportedException
public FeatureNotSupportedException(java.lang.Throwable cause)
- See Also:
Exception.Exception(java.lang.Throwable)