Package org.cyclos.model.access
Class InvalidDeviceConfirmationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.FrameworkException
-
- org.cyclos.model.access.InvalidDeviceConfirmationException
-
- All Implemented Interfaces:
Serializable
public class InvalidDeviceConfirmationException extends FrameworkException
This exception is thrown in any of the following cases:- The confirmation that is being checked, when executing an operation requiring confirmation, wasn't found or wasn't approved.
- The confirmation / device, when approving / rejecting an operation, wasn't found.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidDeviceConfirmationException()InvalidDeviceConfirmationException(InvalidDeviceConfirmationResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvalidDeviceConfirmationResultgetResult()voidsetResult(InvalidDeviceConfirmationResult result)-
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
-
-
-
-
Constructor Detail
-
InvalidDeviceConfirmationException
public InvalidDeviceConfirmationException()
-
InvalidDeviceConfirmationException
public InvalidDeviceConfirmationException(InvalidDeviceConfirmationResult result)
-
-
Method Detail
-
getResult
public InvalidDeviceConfirmationResult getResult()
-
setResult
public void setResult(InvalidDeviceConfirmationResult result)
-
-