public class

ObjectNotFoundException

extends CrowdException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.crowd.exception.CrowdException
         ↳ com.atlassian.crowd.exception.ObjectNotFoundException
Known Direct Subclasses

Class Overview

Thrown when an entity is not found.

Summary

Public Constructors
ObjectNotFoundException()
ObjectNotFoundException(Class entityClass, Object identifier)
ObjectNotFoundException(String message)
Constructs a new exception with the specified detail message.
ObjectNotFoundException(String message, Throwable cause)
Constructs a new exception with the specified detail message and cause.
ObjectNotFoundException(Throwable throwable)
Default constructor.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ObjectNotFoundException ()

public ObjectNotFoundException (Class entityClass, Object identifier)

public ObjectNotFoundException (String message)

Constructs a new exception with the specified detail message.

Parameters
message the detail message

public ObjectNotFoundException (String message, Throwable cause)

Constructs a new exception with the specified detail message and cause.

Parameters
message the detail message
cause the cause

public ObjectNotFoundException (Throwable throwable)

Default constructor.

Parameters
throwable The Exception.