org.xcmis.spi
Class NotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.xcmis.spi.CmisRuntimeException
                  extended by org.xcmis.spi.NotSupportedException
All Implemented Interfaces:
Serializable

public final class NotSupportedException
extends CmisRuntimeException

If requested action requires optional capability that is not supported by repository.

Version:
$Id: NotSupportedException.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Andrey Parfonov
See Also:
Serialized Form

Constructor Summary
NotSupportedException()
          Construct instance OperationNotSupportedException without message.
NotSupportedException(String message)
          Construct instance OperationNotSupportedException with message.
 
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

NotSupportedException

public NotSupportedException()
Construct instance OperationNotSupportedException without message.


NotSupportedException

public NotSupportedException(String message)
Construct instance OperationNotSupportedException with message.

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


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