org.olat.shibboleth
Class ShibbolethException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
static int GENERAL_SAML_ERROR
           
static int INSUFFICIENT_ATTRIBUTES
           
static int UNIQUE_ID_NOT_FOUND
           
 
Constructor Summary
ShibbolethException(int errorCode, java.lang.String msg)
           
ShibbolethException(int errorCode, java.lang.String contactPersonEmail, java.lang.Throwable throwable)
           
ShibbolethException(int errorCode, java.lang.Throwable throwable)
           
 
Method Summary
 java.lang.String getContactPersonEmail()
           
 int getErrorCode()
           
 void setContactPersonEmail(java.lang.String contactPersonEmail)
           
 
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

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
Constructor Detail

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)
Method Detail

getErrorCode

public int getErrorCode()

getContactPersonEmail

public java.lang.String getContactPersonEmail()

setContactPersonEmail

public void setContactPersonEmail(java.lang.String contactPersonEmail)