Java org.springframework.security.acls.domain IdentityUnavailableException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.acls.domain IdentityUnavailableException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.acls.domain IdentityUnavailableException.

The text is from its open source code.

Constructor

IdentityUnavailableException(String msg, Throwable t)
Constructs an IdentityUnavailableException with the specified message and root cause.
IdentityUnavailableException(String msg)
Constructs an IdentityUnavailableException with the specified message.