public class LogicalException extends AbstractException
| Constructor and Description |
|---|
LogicalException() |
LogicalException(String message) |
LogicalException(String message,
Object... params) |
LogicalException(String message,
Throwable cause) |
LogicalException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
LogicalException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
getLocalizedMessage, getMessage, getStatusCode, toString, translateaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic LogicalException()
public LogicalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public LogicalException(String message)
public LogicalException(Throwable cause)
public String getCode()
getCode in class AbstractExceptionCopyright © 2019. All rights reserved.