public class MethodAccessException extends Exception
| Constructor and Description |
|---|
MethodAccessException(String methodName)
Constructs the exception.
|
MethodAccessException(String methodName,
String accessType)
Constructs the exception
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MethodAccessException(String methodName)
apimethodName - Name of methodpublic String getMessage()
getMessage in class ThrowableCopyright © 2022. All rights reserved.