org.exoplatform.ecms.xcmis.sp
Class NotSupportedNodeTypeException

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.exoplatform.ecms.xcmis.sp.NotSupportedNodeTypeException
All Implemented Interfaces:
java.io.Serializable

public class NotSupportedNodeTypeException
extends org.xcmis.spi.CmisRuntimeException

Should be thrown if requested JCR node-type registered but that type is not one of supported by xCMIS implementation.

Version:
$Id: NotSupportedNodeTypeException.java 1260 2010-06-09 09:18:30Z andrew00x $
Author:
Andrey Parfonov
See Also:
Serialized Form

Constructor Summary
NotSupportedNodeTypeException(java.lang.String 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

NotSupportedNodeTypeException

public NotSupportedNodeTypeException(java.lang.String message)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.