public class CmisStreamNotSupportedException extends CmisBaseException
Intent: The operation is attempting to get or set a content stream for a document whose object-type specifies that a content stream is not allowed for document's of that type.
Modifier and Type | Field and Description |
---|---|
static String |
EXCEPTION_NAME |
Constructor and Description |
---|
CmisStreamNotSupportedException() |
CmisStreamNotSupportedException(String message) |
CmisStreamNotSupportedException(String message,
BigInteger code) |
CmisStreamNotSupportedException(String message,
BigInteger code,
String errorContent) |
CmisStreamNotSupportedException(String message,
BigInteger code,
Throwable cause) |
CmisStreamNotSupportedException(String message,
String errorContent) |
CmisStreamNotSupportedException(String message,
String errorContent,
Throwable cause) |
CmisStreamNotSupportedException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getExceptionName()
Returns the name of the exception as defined in the CMIS specification.
|
getCode, getErrorContent
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String EXCEPTION_NAME
public CmisStreamNotSupportedException()
public CmisStreamNotSupportedException(String message, BigInteger code, Throwable cause)
public CmisStreamNotSupportedException(String message, String errorContent)
public CmisStreamNotSupportedException(String message, BigInteger code)
public CmisStreamNotSupportedException(String message, BigInteger code, String errorContent)
public CmisStreamNotSupportedException(String message, String errorContent, Throwable cause)
public CmisStreamNotSupportedException(String message, Throwable cause)
public CmisStreamNotSupportedException(String message)
public final String getExceptionName()
CmisBaseException
getExceptionName
in class CmisBaseException
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.