Class UserNotLicensedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ro.sync.ecss.extensions.api.webapp.license.UserNotLicensedException
-
- All Implemented Interfaces:
java.io.Serializable
@API(type=NOT_EXTENDABLE, src=PUBLIC) public class UserNotLicensedException extends java.lang.RuntimeException
Exception thrown when a user which is not licensed to use the app, performs some action.- Since:
- 16.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserNotLicensedException()
Constructor.UserNotLicensedException(java.lang.String message)
Constructor.
-