|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.xcmis.spi.CmisRuntimeException
public class CmisRuntimeException
Should be thrown for any others errors that are not expressible by another CMIS exception. Used as base class for any CMIS unchecked exceptions.
| Constructor Summary | |
|---|---|
CmisRuntimeException()
Construct instance CmisRuntimeException without message. |
|
CmisRuntimeException(String message)
Construct instance CmisRuntimeException with message. |
|
CmisRuntimeException(String message,
Throwable cause)
Construct instance CmisRuntimeException with message and cause exception. |
|
CmisRuntimeException(Throwable cause)
Construct instance CmisRuntimeException 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 CmisRuntimeException()
public CmisRuntimeException(String message)
message - the detail message about exceptionThrowable.getMessage()
public CmisRuntimeException(String message,
Throwable cause)
message - the detail message about exceptioncause - the cause exceptionThrowable.getCause(),
Throwable.getMessage()public CmisRuntimeException(Throwable cause)
cause - the cause exceptionThrowable.getCause()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||