Class UnknownRoleException

  • All Implemented Interfaces:
    Serializable

    public class UnknownRoleException
    extends Exception
    Excepción rol desconocido (SC_ROLES)
    Version:
    $Revision: 1.1.2.1 $
    Author:
    $Author: u07286 $
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownRoleException

        public UnknownRoleException()
        Creates new UnknownGroupException without detail message.
      • UnknownRoleException

        public UnknownRoleException​(String msg)
        Constructs an UnknownGroupException with the specified detail message.
        Parameters:
        msg - the detail message.