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

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.StreamNotSupportedException
All Implemented Interfaces:
Serializable

public class StreamNotSupportedException
extends CmisFault

See Also:
Serialized Form

Constructor Summary
StreamNotSupportedException()
           
 
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

StreamNotSupportedException

public StreamNotSupportedException()