Class PrincipalNotFoundException

All Implemented Interfaces:
Serializable

public class PrincipalNotFoundException extends AbstractCheckedException
Thrown when the specified principal can not be found in the system.
Since:
1.2
See Also:
  • Constructor Details

    • PrincipalNotFoundException

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