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 Details

    • UserNotLicensedException

      public UserNotLicensedException()
      Constructor.
    • UserNotLicensedException

      public UserNotLicensedException(String message)
      Constructor.
      Parameters:
      message - The exception message.