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:
Serializable
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public class UserNotLicensedException
extends RuntimeException
Exception thrown when a user which is not licensed to use the app,
performs some action.
- Since:
- 16.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserNotLicensedException
public UserNotLicensedException()Constructor. -
UserNotLicensedException
Constructor.- Parameters:
message
- The exception message.
-