|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
Thor.API.Exceptions.tcDuplicateQueueException
public final class tcDuplicateQueueException
tcDuplicateQueueException is thrown if specified queue name is already in use.
| Field Summary | |
|---|---|
java.lang.String |
isMessageThe detailed message. |
| Constructor Summary | |
|---|---|
tcDuplicateQueueException()Creates a new tcDuplicateQueueException object. |
|
tcDuplicateQueueException(java.lang.String isMessage)Constructs a new tcDuplicateQueueException with the specified detail message. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String isMessage
| Constructor Detail |
|---|
public tcDuplicateQueueException()
public tcDuplicateQueueException(java.lang.String isMessage)
isMessage - The detailed message. The detailed message is saved for later retrieval by the Throwable.getMessage() method.| Method Detail |
|---|
public java.lang.Object clone()
clone in class java.lang.Objectjava.lang.Error - if any of the components cannot be cloned
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||