Package com.inductiveautomation.rm.base
Class RMKeyList.InvalidKeyListException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.inductiveautomation.rm.base.RMKeyList.InvalidKeyListException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RMKeyList
An exception class which is thrown when creating a new key-list with invalid object key.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidKeyListException
(String aMessage) InvalidKeyListException
(String aMessage, Throwable aCause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidKeyListException
-
InvalidKeyListException
-