Package wappsto.iot.exceptions
Class InvalidMessage
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- wappsto.iot.exceptions.InvalidMessage
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidMessage extends java.lang.Exception- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMISSING_CLOSING_BRACKETstatic java.lang.StringMISSING_OPENING_BRACKET
-
Constructor Summary
Constructors Constructor Description InvalidMessage(java.lang.String msg)
-
-
-
Field Detail
-
MISSING_OPENING_BRACKET
public static final java.lang.String MISSING_OPENING_BRACKET
- See Also:
- Constant Field Values
-
MISSING_CLOSING_BRACKET
public static final java.lang.String MISSING_CLOSING_BRACKET
- See Also:
- Constant Field Values
-
-