org.eclipse.higgins.icard.provider.cardspace.common
Class STSFaultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.higgins.icard.CardException
              extended by org.eclipse.higgins.icard.provider.cardspace.common.STSFaultException
All Implemented Interfaces:
Serializable

public class STSFaultException
extends org.eclipse.higgins.icard.CardException

This exception throws by the reason of STS fault.

See Also:
Serialized Form

Constructor Summary
STSFaultException(org.eclipse.higgins.sts.api.IFault fault)
           
STSFaultException(String message, org.eclipse.higgins.sts.api.IFault fault)
           
STSFaultException(String message, Throwable cause, org.eclipse.higgins.sts.api.IFault fault)
           
 
Method Summary
 org.eclipse.higgins.sts.api.IFault getFault()
           
 
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
 

Constructor Detail

STSFaultException

public STSFaultException(org.eclipse.higgins.sts.api.IFault fault)

STSFaultException

public STSFaultException(String message,
                         org.eclipse.higgins.sts.api.IFault fault)

STSFaultException

public STSFaultException(String message,
                         Throwable cause,
                         org.eclipse.higgins.sts.api.IFault fault)
Method Detail

getFault

public org.eclipse.higgins.sts.api.IFault getFault()