org.eclipse.higgins.iss.cardspace
Class STSFaultException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.iss.cardspace.STSFaultException
All Implemented Interfaces:
Serializable

public class STSFaultException
extends Exception

See Also:
Serialized Form

Field Summary
 org.eclipse.higgins.sts.api.IFault fault
           
 
Constructor Summary
STSFaultException(org.eclipse.higgins.sts.api.IFault f)
           
 
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

fault

public org.eclipse.higgins.sts.api.IFault fault
Constructor Detail

STSFaultException

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