Package org.cyclos.model.access
Class DeviceActivationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.FrameworkException
-
- org.cyclos.model.access.DeviceActivationException
-
- All Implemented Interfaces:
Serializable
public class DeviceActivationException extends FrameworkException
Exception thrown when there was an error activating a trusted device.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeviceActivationException()DeviceActivationException(boolean maxReached)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisMaxReached()voidsetMaxReached(boolean maxReached)-
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
-
-