Class UnloadedSidException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.security.acls.model.AclDataAccessException
-
- org.springframework.security.acls.model.UnloadedSidException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnloadedSidException extends AclDataAccessException
Thrown if anAcl
cannot perform an operation because it only loaded a subset ofSid
s and the caller has requested details for an unloadedSid
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnloadedSidException(java.lang.String msg)
Constructs anNotFoundException
with the specified message.UnloadedSidException(java.lang.String msg, java.lang.Throwable cause)
Constructs anNotFoundException
with the specified message and root cause.
-
-
-
Constructor Detail
-
UnloadedSidException
public UnloadedSidException(java.lang.String msg)
Constructs anNotFoundException
with the specified message.- Parameters:
msg
- the detail message
-
UnloadedSidException
public UnloadedSidException(java.lang.String msg, java.lang.Throwable cause)
Constructs anNotFoundException
with the specified message and root cause.- Parameters:
msg
- the detail messagecause
- root cause
-
-