public final class CODESET_INCOMPATIBLE extends SystemException implements Serializable
completed, minor| Constructor and Description |
|---|
CODESET_INCOMPATIBLE()
Creates CODESET_INCOMPATIBLE with the default minor code of 0 and a
completion state COMPLETED_NO.
|
CODESET_INCOMPATIBLE(int minor,
CompletionStatus completed)
Creates a CODESET_INCOMPATIBLE exception with the specified minor
code and completion status.
|
CODESET_INCOMPATIBLE(String message)
Creates CODESET_INCOMPATIBLE with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
|
CODESET_INCOMPATIBLE(String reason,
int minor,
CompletionStatus completed)
Created CODESET_INCOMPATIBLE exception, providing full information.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CODESET_INCOMPATIBLE(String message)
message - the explaining message.public CODESET_INCOMPATIBLE()
public CODESET_INCOMPATIBLE(int minor, CompletionStatus completed)
minor - additional error code.completed - the method completion status.public CODESET_INCOMPATIBLE(String reason, int minor, CompletionStatus completed)
reason - explaining message.minor - additional error code (the "minor").completed - the method completion status.