Package org.alfresco.repo.dictionary
Class ModelNotInUseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.error.AlfrescoRuntimeException
-
- org.alfresco.repo.dictionary.ModelNotInUseException
-
- All Implemented Interfaces:
java.io.Serializable
public class ModelNotInUseException extends org.alfresco.error.AlfrescoRuntimeExceptionAn exception thrown to indicate that a model is not in use.- Author:
- sglover
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelNotInUseException(java.lang.String message)
-
Method Summary
-
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
-
-