|
||||||||||
| 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
public class CmisException
Should be used as base class for any CMIS checked exception.
| Constructor Summary | |
|---|---|
CmisException()
Construct instance CmisException without message. |
|
CmisException(String message)
Construct instance CmisException with message. |
|
CmisException(String message,
Throwable cause)
Construct instance CmisException with message and cause exception. |
|
CmisException(Throwable cause)
Construct instance CmisException 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 CmisException()
public CmisException(String message)
message - the detail message about exceptionThrowable.getMessage()
public CmisException(String message,
Throwable cause)
message - the detail message about exceptioncause - the cause exceptionThrowable.getCause(),
Throwable.getMessage()public CmisException(Throwable cause)
cause - the cause exceptionThrowable.getCause()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||