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