|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nhindirect.stagent.NHINDException
org.nhindirect.stagent.trust.TrustException
public class TrustException
Exception thrown when during trust enforcement operations.
| Constructor Summary | |
|---|---|
TrustException(TrustError error)
Constructs an exception with the trust error. |
|
TrustException(TrustError error,
java.lang.Exception innerException)
Constructs an exception with the trust error and the exception that caused the error. |
|
| Method Summary |
|---|
| Methods inherited from class org.nhindirect.stagent.NHINDException |
|---|
getError, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TrustException(TrustError error)
error - The trust error.
public TrustException(TrustError error,
java.lang.Exception innerException)
error - The trust error.innerException - The exception that caused the error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||