Package org.exoplatform.task.exception
Class AbstractEntityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.exoplatform.task.exception.AbstractEntityException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EntityNotFoundException,NotAllowedOperationOnEntityException,ParameterEntityException,UnAuthorizedOperationException
public abstract class AbstractEntityException extends Exception
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 6/4/15- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractEntityException(Long entityId, Class<?> entityType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEntityId()StringgetEntityType()StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-