public class UaRuntimeException extends RuntimeException implements UaExceptionStatus
| Constructor and Description |
|---|
UaRuntimeException(long statusCode) |
UaRuntimeException(long statusCode,
String message) |
UaRuntimeException(long statusCode,
Throwable cause) |
UaRuntimeException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
StatusCode |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitextract, getMessagepublic UaRuntimeException(Throwable cause)
public UaRuntimeException(long statusCode)
public UaRuntimeException(long statusCode,
String message)
public UaRuntimeException(long statusCode,
Throwable cause)
public StatusCode getStatusCode()
getStatusCode in interface UaExceptionStatusStatusCode associated with the exception.Copyright © 2025. All rights reserved.