| 
|||||||||
| 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.DuplicateAttestationProcessException
public class DuplicateAttestationProcessException
| Field Summary | |
|---|---|
 java.lang.String | 
isMessageThe detailed message.  | 
| Constructor Summary | |
|---|---|
DuplicateAttestationProcessException()Creates a new DuplicateAttestationProcessException object.  | 
|
DuplicateAttestationProcessException(java.lang.String isMessage)Constructs a new DuplicateAttestationProcessException 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 DuplicateAttestationProcessException()
public DuplicateAttestationProcessException(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 - 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 | ||||||||