Package org.cyclos.model.utils
Class AppNotificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.FrameworkException
-
- org.cyclos.model.utils.AppNotificationException
-
- All Implemented Interfaces:
Serializable
public class AppNotificationException extends FrameworkException
Exception thrown when an error has occurred regarding app-notifications.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AppNotificationException()AppNotificationException(String message)AppNotificationException(String message, Throwable cause)AppNotificationException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.cyclos.model.CyclosException
getAttribute, getMessage, setAttribute, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-