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