public class ApplicationNotFoundException extends ObjectNotFoundException
| Constructor and Description |
|---|
ApplicationNotFoundException(Long id)
Constructs a new application not found exception with an application id.
|
ApplicationNotFoundException(Long id,
Throwable e)
Constructs a new application not found exception with an application id and
cause.
|
ApplicationNotFoundException(String applicationName)
Constructs a new application not found exception with an application name.
|
ApplicationNotFoundException(String applicationName,
Throwable e)
Constructs a new application not found exception with an application name and
cause.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName() |
Long |
getId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ApplicationNotFoundException(String applicationName)
applicationName - Name of the application.public ApplicationNotFoundException(String applicationName, Throwable e)
applicationName - Name of the application.e - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public ApplicationNotFoundException(Long id)
id - Id of the application.public ApplicationNotFoundException(Long id, Throwable e)
id - Id of the application.e - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)Copyright © 2023 Atlassian. All rights reserved.