public final class tcDuplicateLookupCodeException
extends java.lang.Exception
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
isMessage
The detailed message.
|
Constructor and Description |
---|
tcDuplicateLookupCodeException()
Creates a new tcDuplicateLookupCodeException object.
|
tcDuplicateLookupCodeException(java.lang.String isMessage)
Constructs a new tcDuplicateLookupCodeException with the
specified detail message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Creates and returns a copy of this object.The method clone performs
a specific cloning operation, if the class of this object does not
implement the interface Cloneable, then a CloneNotSupportedException
is thrown.
|
public java.lang.String isMessage
public tcDuplicateLookupCodeException()
public tcDuplicateLookupCodeException(java.lang.String isMessage)
isMessage
- the detailed message. The detailed message is saved
for later retrieval by the Throwable.getMessage() method.public java.lang.Object clone()
clone
in class java.lang.Object
java.lang.Error
- Error if any of the components cannot be cloned