org.xcmis.spi
Class FilterNotValidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xcmis.spi.CmisException
              extended by org.xcmis.spi.FilterNotValidException
All Implemented Interfaces:
Serializable

public final class FilterNotValidException
extends CmisException

If caller try apply property or rendition filter that is not valid.

Version:
$Id: FilterNotValidException.java 260 2010-03-03 15:53:42Z andrew00x $
Author:
Andrey Parfonov
See Also:
Serialized Form

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

FilterNotValidException

public FilterNotValidException()
Construct instance FilterNotValidException without message.


FilterNotValidException

public FilterNotValidException(String message)
Construct instance FilterNotValidException with message.

Parameters:
message - the detail message about exception
See Also:
Throwable.getMessage()

FilterNotValidException

public FilterNotValidException(String message,
                               Throwable cause)
Construct instance FilterNotValidException with message and cause exception.

Parameters:
message - the detail message about exception
cause - the cause exception
See Also:
Throwable.getCause(), Throwable.getMessage()

FilterNotValidException

public FilterNotValidException(Throwable cause)
Construct instance FilterNotValidException with cause exception.

Parameters:
cause - the cause exception
See Also:
Throwable.getCause()


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.