public class MethodInvocationException extends JoynrRuntimeException
| Constructor and Description |
|---|
MethodInvocationException(Exception cause)
Constructor for a MethodInvocationException with detail message.
|
MethodInvocationException(Exception cause,
Version providerVersion)
Constructor for a MethodInvocationException with detail message.
|
MethodInvocationException(String message)
Constructor for a MethodInvocationException with detail message.
|
MethodInvocationException(String message,
Version providerVersion)
Constructor for a MethodInvocationException with detail message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Version |
getProviderVersion()
Gets the version of the provider which could not handle the method invocation
|
int |
hashCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MethodInvocationException(String message)
message - further description of the reported invocation errorpublic MethodInvocationException(Exception cause)
cause - exception that caused the method invocation exceptionpublic MethodInvocationException(String message, Version providerVersion)
message - further description of the reported invocation errorproviderVersion - the version of the provider which could not handle the method invocationpublic MethodInvocationException(Exception cause, Version providerVersion)
cause - exception that caused the method invocation exceptionproviderVersion - the version of the provider which could not handle the method invocationpublic Version getProviderVersion()
public boolean equals(Object obj)
equals in interface JoynrExceptionequals in class JoynrRuntimeExceptionpublic int hashCode()
hashCode in interface JoynrExceptionhashCode in class JoynrRuntimeExceptionCopyright © 2021. All rights reserved.