Package org.exoplatform.agenda.exception
Class AgendaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.exoplatform.agenda.exception.AgendaException
-
- All Implemented Interfaces:
Serializable
public class AgendaException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AgendaException(AgendaExceptionType agendaExceptionType)AgendaException(AgendaExceptionType agendaExceptionType, Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgendaExceptionTypegetAgendaExceptionType()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AgendaException
public AgendaException(AgendaExceptionType agendaExceptionType)
-
AgendaException
public AgendaException(AgendaExceptionType agendaExceptionType, Exception e)
-
-
Method Detail
-
getAgendaExceptionType
public AgendaExceptionType getAgendaExceptionType()
-
-