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