org.eclipse.higgins.rpps.core.tobj
Class StsFaultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.xml.rpc.soap.SOAPFaultException
                  extended by org.eclipse.higgins.rpps.core.tobj.StsFaultException
All Implemented Interfaces:
Serializable

public class StsFaultException
extends javax.xml.rpc.soap.SOAPFaultException
implements Serializable

The following faults MAY occur when requesting Security Tokens from an IdP using M-Information Cards.

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
StsFaultException()
          default constructor
 
Method Summary
 String getAction()
           
 String getCode()
           
 String getDetailMessage()
           
 String getReason()
           
 String getSubcode()
           
 void setAction(String action)
           
 void setCode(String code)
           
 void setDetailMessage(String detailMessage)
           
 void setReason(String reason)
           
 void setSubcode(String subcode)
           
 
Methods inherited from class javax.xml.rpc.soap.SOAPFaultException
getDetail, getFaultActor, getFaultCode, getFaultString
 
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()
default constructor

Method Detail

getAction

public String getAction()

getCode

public String getCode()

getDetailMessage

public String getDetailMessage()

getReason

public String getReason()

getSubcode

public String getSubcode()

setAction

public void setAction(String action)

setCode

public void setCode(String code)

setDetailMessage

public void setDetailMessage(String detailMessage)

setReason

public void setReason(String reason)

setSubcode

public void setSubcode(String subcode)