Package io.joynr.exceptions
Class JoynrShutdownException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.joynr.exceptions.JoynrRuntimeException
-
- io.joynr.exceptions.JoynrShutdownException
-
- All Implemented Interfaces:
JoynrException,JoynrType,Serializable
public class JoynrShutdownException 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 JoynrShutdownException(String errorMsg)JoynrShutdownException(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
-
-