| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.purl.sword.base.SWORDAuthenticationException
SWORDAuthenticationException | public class SWORDAuthenticationException extends Exception (Code) | | Represents a SWORD exception to be thrown if bad authentication credentials
are passed to a repository.
author: Stuart Lewis author: Neil Taylor |
SWORDAuthenticationException | public SWORDAuthenticationException(String message, Exception source)(Code) | | Create a new instance and store the specified message and source data.
Parameters: message - The message for the exception. Parameters: source - The original exception that lead to this exception. Thiscan be null . |
SWORDAuthenticationException | public SWORDAuthenticationException(String message)(Code) | | Create a new instance and store the specified message.
Parameters: message - The message for the exception. |
|
|
|