|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.mdm.index.matching.CandidateThresholdException
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
CandidateThresholdException()
Creates a new instance of the CandidateThresholdException class without an error message. |
|
CandidateThresholdException(java.lang.String msg)
Creates a new instance of the CandidateThresholdException class with an error message. |
|
CandidateThresholdException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new instance of the CandidateThresholdException class without an error message but with a chain of errors. |
|
CandidateThresholdException(java.lang.Throwable cause)
Creates a new instance of the CandidateThresholdException class with an error message and a chain of errors. |
|
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CandidateThresholdException()
public CandidateThresholdException(java.lang.String msg)
msg - The error message to display for the type of error
that occurred.
public CandidateThresholdException(java.lang.String msg,
java.lang.Throwable cause)
public CandidateThresholdException(java.lang.Throwable cause)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.