Module io.mokamint.application.api
Package io.mokamint.application.api
Class UnknownGroupIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.mokamint.application.api.UnknownGroupIdException
- All Implemented Interfaces:
Serializable
An exception stating that a transaction group identifier is unknown to the application.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownGroupIdException(String message) Creates a new exception with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownGroupIdException
Creates a new exception with the given message.- Parameters:
message- the message
-