Class UnknownRoleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.soffid.iam.exception.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:
  • Constructor Details

    • 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.