org.nhindirect.stagent.trust
Class TrustException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nhindirect.stagent.NHINDException
                  extended by org.nhindirect.stagent.trust.TrustException
All Implemented Interfaces:
java.io.Serializable

public class TrustException
extends NHINDException

Exception thrown when during trust enforcement operations.

Author:
Greg Meyer, Umesh Madan
See Also:
Serialized Form

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

TrustException

public TrustException(TrustError error)
Constructs an exception with the trust error.

Parameters:
error - The trust error.

TrustException

public TrustException(TrustError error,
                      java.lang.Exception innerException)
Constructs an exception with the trust error and the exception that caused the error.

Parameters:
error - The trust error.
innerException - The exception that caused the error.


Copyright © 2010-2011 HNIN Direct. All Rights Reserved.