public class

IdentityUnavailableException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.security.acls.domain.IdentityUnavailableException

Class Overview

Thrown if an ACL identity could not be extracted from an object.

Summary

Public Constructors
IdentityUnavailableException(String msg)
Constructs an IdentityUnavailableException with the specified message.
IdentityUnavailableException(String msg, Throwable t)
Constructs an IdentityUnavailableException with the specified message and root cause.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public IdentityUnavailableException (String msg)

Constructs an IdentityUnavailableException with the specified message.

Parameters
msg the detail message

public IdentityUnavailableException (String msg, Throwable t)

Constructs an IdentityUnavailableException with the specified message and root cause.

Parameters
msg the detail message
t root cause