Package org.cyclos.model
Class FrameworkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.FrameworkException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AggregatedFrameworkExceptions,AppNotificationException,CustomScriptException,DataAccessException,DeviceActivationException,EmailSendingException,FileParsingException,IllegalActionException,IllegalInvocationException,InvalidDeviceConfirmationException,InvalidSessionDataException,MaxItemsException,NestedFrameworkException,PasswordException,PermissionDeniedException,QueryParseException,RemoteAddressBlockedException,SmsSendingException,ValidationException
public abstract class FrameworkException extends CyclosException
Base exception for common exceptions, generated by general usage of service methods- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FrameworkException()FrameworkException(String message)FrameworkException(String message, Throwable cause)FrameworkException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.cyclos.model.CyclosException
getMessage, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-