|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.purl.sword.client.SWORDClientException
public class SWORDClientException
Represents an exception thrown by the SWORD Client.
| 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 |
|---|
public SWORDClientException()
public SWORDClientException(String message)
message - The message.
public SWORDClientException(String message,
Exception cause)
message - The message.cause - The original exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||