Package io.joynr.exceptions
Class JoynrIllegalStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.joynr.exceptions.JoynrRuntimeException
-
- io.joynr.exceptions.JoynrIllegalStateException
-
- All Implemented Interfaces:
JoynrException,JoynrType,Serializable
public class JoynrIllegalStateException extends JoynrRuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface io.joynr.exceptions.JoynrException
JSON_FIELD_NAME_MESSAGE, JSON_FIELD_NAME_TYPE
-
-
Constructor Summary
Constructors Constructor Description JoynrIllegalStateException(String message)JoynrIllegalStateException(String message, Exception cause)
-
Method Summary
-
Methods inherited from class io.joynr.exceptions.JoynrRuntimeException
equals, getMessage, hashCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-