java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | com.atlassian.crowd.exception.CrowdException | |||
↳ | com.atlassian.crowd.exception.ObjectNotFoundException |
![]() |
Thrown when an entity is not found.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new exception with the specified detail message.
| |||||||||||
Constructs a new exception with the specified detail message and cause.
| |||||||||||
Default constructor.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constructs a new exception with the specified detail message.
message | the detail message |
---|
Constructs a new exception with the specified detail message and cause.
message | the detail message |
---|---|
cause | the cause |
Default constructor.
throwable | The Exception .
|
---|