Class SWORDClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
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:
  • Constructor Details

    • 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.