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