Class RoleContextNotFoundException

All Implemented Interfaces:
Serializable

public class RoleContextNotFoundException extends AbstractRuntimeException
Thrown when the specified role context could not be found.
Since:
1.2
See Also:
  • Constructor Details

    • RoleContextNotFoundException

      public RoleContextNotFoundException(String message)
      Constructs a RoleContextNotFoundException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage() method).