public class UnloadedSidException extends AclDataAccessException
Acl
cannot perform an operation because it only loaded a subset of
Sid
s and the caller has requested details for an unloaded Sid
.Constructor and Description |
---|
UnloadedSidException(java.lang.String msg)
Constructs an
NotFoundException with the specified message. |
UnloadedSidException(java.lang.String msg,
java.lang.Throwable t)
Constructs an
NotFoundException with the specified message and root
cause. |
public UnloadedSidException(java.lang.String msg)
NotFoundException
with the specified message.msg
- the detail messagepublic UnloadedSidException(java.lang.String msg, java.lang.Throwable t)
NotFoundException
with the specified message and root
cause.msg
- the detail messaget
- root cause