Package com.castlabs.sdk.oma
Class SecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.castlabs.sdk.oma.SecurityException
-
- All Implemented Interfaces:
Serializable
public class SecurityException extends RuntimeException
Security exception raised by the OMA client for example when time modifications are detected.- Since:
- 3.1.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecurityException(String detailMessage)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SecurityException
public SecurityException(String detailMessage)
-
-