Java org.springframework.security.acls.model NotFoundException fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.security.acls.model.NotFoundException has subclasses.
Click this link to see all its subclasses.

Constructor

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

Method

StringgetLocalizedMessage()
Creates a localized description of this throwable.
StringgetMessage()
Returns the detail message string of this throwable.