public class EntityNotExistsException extends AbstractException
| Constructor and Description |
|---|
EntityNotExistsException() |
EntityNotExistsException(String message) |
EntityNotExistsException(String message,
Object... params) |
EntityNotExistsException(String message,
Throwable cause) |
EntityNotExistsException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
getLocalizedMessage, getMessage, getStatusCode, toString, translateaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic EntityNotExistsException()
public EntityNotExistsException(String message)
public EntityNotExistsException(Throwable cause)
public String getCode()
getCode in class AbstractExceptionCopyright © 2019. All rights reserved.