Class UsersJsonResourceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.inductiveautomation.ignition.gateway.authentication.resources.UsersJsonResourceException
All Implemented Interfaces:
Serializable

public class UsersJsonResourceException extends IllegalArgumentException
A special IllegalArgumentException thrown by the UsersJsonResource constructor in the event that duplicate users sharing the same username / user ID or duplicate roles sharing the same role name / role ID are detected, or if a user has a role ID that doesn't exist
See Also: