public final class InvalidSlot extends UserException implements IDLEntity, Serializable
Current, does not define a valid slot.| Constructor and Description |
|---|
InvalidSlot()
Create InvalidSlot with no explaining message.
|
InvalidSlot(String why)
Create the InvalidSlot with explaining message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidSlot()
public InvalidSlot(String why)
why - a string, explaining, why this exception has been thrown.