org.xcmis.spi
Class StreamNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xcmis.spi.CmisException
org.xcmis.spi.StreamNotSupportedException
- All Implemented Interfaces:
- Serializable
public final class StreamNotSupportedException
- extends CmisException
If caller is trying to set content stream to the Document that is not
supported.
- Version:
- $Id: StreamNotSupportedException.java 2 2010-02-04 17:21:49Z
andrew00x $
- Author:
- Andrey Parfonov
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StreamNotSupportedException
public StreamNotSupportedException()
- Construct instance StreamNotSupportedException without message.
StreamNotSupportedException
public StreamNotSupportedException(String message)
- Construct instance StreamNotSupportedException with message.
- Parameters:
message - the detail message about exception- See Also:
Throwable.getMessage()
Copyright © 2011 eXo Platform SAS. All Rights Reserved.