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