org.olat.shibboleth
Class ShibbolethException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.olat.shibboleth.ShibbolethException
- All Implemented Interfaces:
- java.io.Serializable
public class ShibbolethException
- extends java.lang.Exception
Description:
TODO: Lavinia Dumitrescu Class Description for ShibbolethException
Initial Date: 31.10.2007
- Author:
- Lavinia Dumitrescu
- See Also:
- Serialized Form
| 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 |
GENERAL_SAML_ERROR
public static final int GENERAL_SAML_ERROR
- See Also:
- Constant Field Values
UNIQUE_ID_NOT_FOUND
public static final int UNIQUE_ID_NOT_FOUND
- See Also:
- Constant Field Values
INSUFFICIENT_ATTRIBUTES
public static final int INSUFFICIENT_ATTRIBUTES
- See Also:
- Constant Field Values
ShibbolethException
public ShibbolethException(int errorCode,
java.lang.String msg)
ShibbolethException
public ShibbolethException(int errorCode,
java.lang.Throwable throwable)
ShibbolethException
public ShibbolethException(int errorCode,
java.lang.String contactPersonEmail,
java.lang.Throwable throwable)
getErrorCode
public int getErrorCode()
getContactPersonEmail
public java.lang.String getContactPersonEmail()
setContactPersonEmail
public void setContactPersonEmail(java.lang.String contactPersonEmail)