|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xcmis.spi.CmisException
org.xcmis.spi.ContentAlreadyExistsException
public final class ContentAlreadyExistsException
If caller try add content stream to the Document that already contains content stream without specifying that to override existing content.
| Constructor Summary | |
|---|---|
ContentAlreadyExistsException()
Construct instance ContentAlreadyExistsException without message. |
|
ContentAlreadyExistsException(String message)
Construct instance ContentAlreadyExistsException with message. |
|
ContentAlreadyExistsException(String message,
Throwable cause)
Construct instance ContentAlreadyExistsException with message and cause exception. |
|
ContentAlreadyExistsException(Throwable cause)
Construct instance ContentAlreadyExistsException with cause exception. |
|
| Method Summary |
|---|
| 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 |
| Constructor Detail |
|---|
public ContentAlreadyExistsException()
public ContentAlreadyExistsException(String message)
message - the detail message about exceptionThrowable.getMessage()
public ContentAlreadyExistsException(String message,
Throwable cause)
message - the detail message about exceptioncause - the cause exceptionThrowable.getCause(),
Throwable.getMessage()public ContentAlreadyExistsException(Throwable cause)
cause - the cause exceptionThrowable.getCause()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||