|
||||||||||
| 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.FilterNotValidException
public final class FilterNotValidException
If caller try apply property or rendition filter that is not valid.
| Constructor Summary | |
|---|---|
FilterNotValidException()
Construct instance FilterNotValidException without message. |
|
FilterNotValidException(String message)
Construct instance FilterNotValidException with message. |
|
FilterNotValidException(String message,
Throwable cause)
Construct instance FilterNotValidException with message and cause exception. |
|
FilterNotValidException(Throwable cause)
Construct instance FilterNotValidException 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 FilterNotValidException()
public FilterNotValidException(String message)
message - the detail message about exceptionThrowable.getMessage()
public FilterNotValidException(String message,
Throwable cause)
message - the detail message about exceptioncause - the cause exceptionThrowable.getCause(),
Throwable.getMessage()public FilterNotValidException(Throwable cause)
cause - the cause exceptionThrowable.getCause()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||