public abstract class IdentifiableRuntimeException extends RuntimeException
| Modifier | Constructor and Description |
|---|---|
protected |
IdentifiableRuntimeException() |
protected |
IdentifiableRuntimeException(String message) |
protected |
IdentifiableRuntimeException(String message,
Throwable cause) |
protected |
IdentifiableRuntimeException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
UUID |
getUuid()
Get unique identifier for this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected IdentifiableRuntimeException()
protected IdentifiableRuntimeException(String message)
protected IdentifiableRuntimeException(Throwable cause)
public UUID getUuid()
Copyright © 2023 Atlassian. All rights reserved.