public class ApplicationException extends AbstractException
| Modifier | Constructor and Description |
|---|---|
protected |
ApplicationException() |
|
ApplicationException(ErrorType errorType) |
|
ApplicationException(ErrorType errorType,
String message) |
|
ApplicationException(ErrorType errorType,
String message,
Throwable cause) |
|
ApplicationException(ErrorType errorType,
Throwable cause) |
addContextValue, addContextValuegetContextEntries, getContextLabels, getContextValues, getFirstContextValue, getFormattedExceptionMessage, getMessage, getRawMessage, setContextValueaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected ApplicationException()
public ApplicationException(ErrorType errorType)
errorType - the error typeAbstractException.AbstractException(ErrorType)public ApplicationException(ErrorType errorType, Throwable cause)
errorType - the error typecause - the causeAbstractException.AbstractException(ErrorType, Throwable)public ApplicationException(ErrorType errorType, String message)
errorType - the error typemessage - the custom messageAbstractException.AbstractException(ErrorType, String)public ApplicationException(ErrorType errorType, String message, Throwable cause)
errorType - the error typemessage - the custom messagecause - the causeAbstractException.AbstractException(ErrorType, String, Throwable)Copyright © 2021 Crabs Hue. All rights reserved.