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, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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–2024 Onix Solutions. All rights reserved.