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