org.eclipse.higgins.icard.provider.cardspace.common
Class STSFaultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.higgins.icard.CardException
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
|
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 |
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)
getFault
public org.eclipse.higgins.sts.api.IFault getFault()