public class InvokerException extends Exception
| Constructor and Description |
|---|
InvokerException() |
InvokerException(String message) |
InvokerException(String message,
Throwable cause) |
InvokerException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvokerException()
Exception.Exception()public InvokerException(String message)
message - The error messageException.Exception(java.lang.String)public InvokerException(Throwable cause)
cause - The causeException.Exception(java.lang.Throwable)public InvokerException(String message, Throwable cause)
message - The error messagecause - The causeException.Exception(String, Throwable)Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.