org.purl.sword.client
Class SWORDClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.purl.sword.client.SWORDClientException
All Implemented Interfaces:
Serializable

public class SWORDClientException
extends Exception

Represents an exception thrown by the SWORD Client.

Author:
Neil Taylor
See Also:
Serialized Form

Constructor Summary
SWORDClientException()
          Create a new exception, without a message.
SWORDClientException(String message)
          Create a new exception with the specified message.
SWORDClientException(String message, Exception cause)
          Create a new exception with the specified message and set the exception that generated this error.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SWORDClientException

public SWORDClientException()
Create a new exception, without a message.


SWORDClientException

public SWORDClientException(String message)
Create a new exception with the specified message.

Parameters:
message - The message.

SWORDClientException

public SWORDClientException(String message,
                            Exception cause)
Create a new exception with the specified message and set the exception that generated this error.

Parameters:
message - The message.
cause - The original exception.


Copyright © 2013 DuraSpace. All Rights Reserved.