public class UnloadedSidException extends SpringSecurityException
Acl cannot perform an operation because it only loaded a subset of Sids 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. |
contains, getMessage, getMostSpecificCause, getRootCausepublic 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