public final class tcVersionNotFoundException
extends java.lang.Exception
implements java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
isMessage
The detailed message.
|
| Constructor and Description |
|---|
tcVersionNotFoundException()
Creates a new tcVersionNotFoundException object.
|
tcVersionNotFoundException(java.lang.String isMessage)
Constructs a new tcVersionNotFoundException 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 tcVersionNotFoundException()
public tcVersionNotFoundException(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.Objectjava.lang.Error - if any of the components cannot be cloned