public class IllegalInvocationException extends RuntimeException
| Constructor and Description |
|---|
IllegalInvocationException() |
IllegalInvocationException(String message) |
IllegalInvocationException(String message,
Throwable cause) |
IllegalInvocationException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalInvocationException(String message)
message - public IllegalInvocationException()
public IllegalInvocationException(String message, Throwable cause)
message - cause - public IllegalInvocationException(Throwable cause)
cause - Copyright © 2017. All rights reserved.