Class UnloadedSidException

All Implemented Interfaces:
Serializable

public class UnloadedSidException extends AclDataAccessException
Thrown if an Acl cannot perform an operation because it only loaded a subset of Sids and the caller has requested details for an unloaded Sid .
See Also:
  • Constructor Details

    • UnloadedSidException

      public UnloadedSidException(String msg)
      Constructs an NotFoundException with the specified message.
      Parameters:
      msg - the detail message
    • UnloadedSidException

      public UnloadedSidException(String msg, Throwable cause)
      Constructs an NotFoundException with the specified message and root cause.
      Parameters:
      msg - the detail message
      cause - root cause