public final class InconsistentTypeCode extends UserException implements IDLEntity, Serializable
| Constructor and Description |
|---|
InconsistentTypeCode()
Constructs a the exception.
|
InconsistentTypeCode(String reason)
Constructs the exception, explaining the reason of throwing it.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InconsistentTypeCode()
public InconsistentTypeCode(String reason)
reason - a string, explaining, why the exception has been thrown.