public class StaticErrorException extends FastException
| Modifier and Type | Class and Description |
|---|---|
static class |
StaticErrorException.Code
The valid error codes
|
| Constructor and Description |
|---|
StaticErrorException(FastErrorCode code,
String message)
Constructor.
|
StaticErrorException(FastErrorCode code,
String message,
Throwable cause)
Constructor.
|
getCode, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic StaticErrorException(FastErrorCode code, String message)
code - Error code.message - Message.public StaticErrorException(FastErrorCode code, String message, Throwable cause)
code - Error code.message - Message.cause - Cause of the error.Copyright © 2005–2025 Onix Solutions. All rights reserved.