|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.jetspeed.exception.JetspeedException org.apache.jetspeed.sso.SSOException
public class SSOException
Exception throwns by members of the sso service.
Field Summary | |
---|---|
static java.lang.String |
BASIC_AUTHENTICATION_ADD_FAILED
Adding the credentials to the request failed. |
static java.lang.String |
FAILED_ADDING_CREDENTIALS_FOR_SITE
Adding the credentials for site failed. |
static java.lang.String |
FAILED_ADDING_PRINCIPAL_TO_MAPPING_TABLE_FOR_SITE
Could not add Principal from SITE mapping table. |
static java.lang.String |
FAILED_REMOVING_CREDENTIALS_FOR_SITE
Removing the credential for site failed. |
static java.lang.String |
FAILED_REMOVING_PRINCIPAL_FROM_MAPPING_TABLE_FOR_SITE
Could not remove Principla from SITE mapping table. |
static java.lang.String |
FAILED_STORING_SITE_INFO_IN_DB
Failed to store site info in database. |
static java.lang.String |
NO_CREDENTIALS_FOR_SITE
The site has no Single Sign On credentails attached. |
static java.lang.String |
REMOTE_PRINCIPAL_EXISTS_CALL_UPDATE
Site/principal has remote principal. |
static java.lang.String |
REQUESTED_PRINCIPAL_DOES_NOT_EXIST
Requested principal doesn't exist in Principal store. |
static java.lang.String |
SITE_ALREADY_EXISTS
The site could not be created because a site with the same name exists. |
static java.lang.String |
SITE_COULD_NOT_BE_CREATED
The site could not be created because a site with the same name exists. |
Fields inherited from class org.apache.jetspeed.exception.JetspeedException |
---|
KEYED_MESSAGE_BUNDLE |
Constructor Summary | |
---|---|
SSOException()
Default Constructor. |
|
SSOException(java.lang.String message)
Constructor with exception message. |
|
SSOException(java.lang.String msg,
java.lang.Throwable nested)
Constructor with exception message and nested exception. |
|
SSOException(java.lang.Throwable nested)
Constructor with nested exception. |
Method Summary |
---|
Methods inherited from class org.apache.jetspeed.exception.JetspeedException |
---|
getKeyedMessage, getMessage, getMessage, getMessage, getRequestDiagnostics, setRequestDiagnostics |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String BASIC_AUTHENTICATION_ADD_FAILED
Adding the credentials to the request failed.
public static final java.lang.String SITE_ALREADY_EXISTS
The site could not be created because a site with the same name exists.
public static final java.lang.String SITE_COULD_NOT_BE_CREATED
The site could not be created because a site with the same name exists.
public static final java.lang.String NO_CREDENTIALS_FOR_SITE
The site has no Single Sign On credentails attached.
public static final java.lang.String FAILED_ADDING_CREDENTIALS_FOR_SITE
Adding the credentials for site failed.
public static final java.lang.String FAILED_REMOVING_CREDENTIALS_FOR_SITE
Removing the credential for site failed.
public static final java.lang.String FAILED_STORING_SITE_INFO_IN_DB
Failed to store site info in database.
public static final java.lang.String REQUESTED_PRINCIPAL_DOES_NOT_EXIST
Requested principal doesn't exist in Principal store.
public static final java.lang.String FAILED_REMOVING_PRINCIPAL_FROM_MAPPING_TABLE_FOR_SITE
Could not remove Principla from SITE mapping table.
public static final java.lang.String FAILED_ADDING_PRINCIPAL_TO_MAPPING_TABLE_FOR_SITE
Could not add Principal from SITE mapping table.
public static final java.lang.String REMOTE_PRINCIPAL_EXISTS_CALL_UPDATE
Site/principal has remote principal. Calll update.
Constructor Detail |
---|
public SSOException()
Default Constructor.
public SSOException(java.lang.String message)
Constructor with exception message.
message
- The exception message.public SSOException(java.lang.Throwable nested)
Constructor with nested exception.
nested
- Nested exception.public SSOException(java.lang.String msg, java.lang.Throwable nested)
Constructor with exception message and nested exception.
msg
- The exception message.nested
- Nested exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |