public class JoynrRuntimeException extends RuntimeException implements JoynrException
| Constructor and Description |
|---|
JoynrRuntimeException() |
JoynrRuntimeException(String message) |
JoynrRuntimeException(String message,
Throwable cause) |
JoynrRuntimeException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JoynrRuntimeException()
public JoynrRuntimeException(String message)
public JoynrRuntimeException(Throwable cause)
public boolean equals(Object obj)
equals in interface JoynrExceptionequals in class Objectpublic int hashCode()
hashCode in interface JoynrExceptionhashCode in class ObjectCopyright © 2021. All rights reserved.