public class InvokerException extends RuntimeException
Invoker
when they encounter an error.Constructor and Description |
---|
InvokerException()
Create a new InvokerException instance.
|
InvokerException(String message)
Create a new InvokerException instance.
|
InvokerException(String message,
Throwable cause)
Create a new InvokerException instance.
|
InvokerException(Throwable cause)
Create a new InvokerException instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvokerException()
public InvokerException(String message)
message
- public InvokerException(Throwable cause)
cause
- public InvokerException(String message, Throwable cause)
message
- cause
- Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.