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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.rpps.core.tobj.StsFaultException
All Implemented Interfaces:
Serializable

public class StsFaultException
extends Exception
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 getDetail()
           
 String getReason()
           
 String getSubcode()
           
 void setAction(String action)
           
 void setCode(String code)
           
 void setDetail(String detail)
           
 void setReason(String reason)
           
 void setSubcode(String subcode)
           
 
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()

setAction

public void setAction(String action)

getCode

public String getCode()

setCode

public void setCode(String code)

getSubcode

public String getSubcode()

setSubcode

public void setSubcode(String subcode)

getReason

public String getReason()

setReason

public void setReason(String reason)

getDetail

public String getDetail()

setDetail

public void setDetail(String detail)