public class ObjectNotFoundException extends CrowdException
Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ObjectNotFoundException()
public ObjectNotFoundException(String message)
message
- the detail messagepublic ObjectNotFoundException(String message, Throwable cause)
message
- the detail messagecause
- the causeCopyright © 2019 Atlassian. All rights reserved.