Magentix2
2.1.1
|
Public Member Functions | |
InvalidIDException (String message) |
This class represents the exception that is launched when ID is not valid.
Definition at line 12 of file InvalidIDException.java.
Creates a new AgentNotExistsException using the specified message.
message |
Definition at line 32 of file InvalidIDException.java.
{ super(message); this.content = message; }