org.pentaho.commons.util.repository.exception
Class OperationNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.commons.util.repository.exception.CmisFault
              extended by org.pentaho.commons.util.repository.exception.OperationNotSupportedException
All Implemented Interfaces:
Serializable

public class OperationNotSupportedException
extends CmisFault

See Also:
Serialized Form

Constructor Summary
OperationNotSupportedException()
           
 
Method Summary
 
Methods inherited from class org.pentaho.commons.util.repository.exception.CmisFault
getErrorCode, getErrorMessage, setErrorCode, setErrorMessage
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationNotSupportedException

public OperationNotSupportedException()