Package org.exoplatform.ecms.xcmis.sp
Class NotSupportedNodeTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.xcmis.spi.CmisRuntimeException
-
- org.exoplatform.ecms.xcmis.sp.NotSupportedNodeTypeException
-
- All Implemented Interfaces:
Serializable
public class NotSupportedNodeTypeException extends org.xcmis.spi.CmisRuntimeExceptionShould 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
Constructors Constructor Description NotSupportedNodeTypeException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotSupportedNodeTypeException
public NotSupportedNodeTypeException(String message)
-
-