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