org.purl.sword.base
Class SWORDAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.purl.sword.base.SWORDAuthenticationException
- All Implemented Interfaces:
- Serializable
public class SWORDAuthenticationException
- extends Exception
Represents a SWORD exception to be thrown if bad authentication credentials
are passed to a repository.
- Author:
- Stuart Lewis, Neil Taylor
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SWORDAuthenticationException
public SWORDAuthenticationException(String message,
Exception source)
- Create a new instance and store the specified message and source data.
- Parameters:
message - The message for the exception.source - The original exception that lead to this exception. This
can be null.
SWORDAuthenticationException
public SWORDAuthenticationException(String message)
- Create a new instance and store the specified message.
- Parameters:
message - The message for the exception.
Copyright © 2010 The DSpace Foundation. All Rights Reserved.