
public class CannotAccessMethodException extends RequestException
| Constructor and Description |
|---|
CannotAccessMethodException()
Constructor.
|
CannotAccessMethodException(String message)
Constructor.
|
CannotAccessMethodException(String message,
Throwable e)
Constructor.
|
CannotAccessMethodException(Throwable e)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CannotAccessMethodException()
public CannotAccessMethodException(String message)
message - The detail message.public CannotAccessMethodException(Throwable e)
e - The exception to be wrapped.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.