Class TaskUnauthorizedException

  • All Implemented Interfaces:
    TaskStatusCodes, java.io.Serializable

    public class TaskUnauthorizedException
    extends TaskException
    implements TaskStatusCodes
    This exception indicates that current user is not authorized to execute the requested task. This might happen if user tries to execute an administrative task with regular task processor while the admin processor should be used.
    See Also:
    Serialized Form
    • Constructor Detail

      • TaskUnauthorizedException

        public TaskUnauthorizedException​(java.lang.String msg)
        Creates a new TaskUnauthorizedException object.
        Parameters:
        msg - The error message to associate with this exception.