Package org.exoplatform.task.exception
Class NotAllowedOperationOnEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.task.exception.AbstractEntityException
org.exoplatform.task.exception.NotAllowedOperationOnEntityException
- All Implemented Interfaces:
Serializable
Created by The eXo Platform SAS
Author : Thibault Clement
tclement@exoplatform.com
6/4/15
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotAllowedOperationOnEntityException(long id, Class<?> entityType, String operation) -
Method Summary
Methods inherited from class org.exoplatform.task.exception.AbstractEntityException
getEntityId, getEntityTypeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotAllowedOperationOnEntityException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classAbstractEntityException
-
getOperation
-