public class DataCiteException
extends java.lang.Exception
| Constructor and Description |
|---|
DataCiteException(com.sun.jersey.api.client.ClientResponse.Status status)
Constructor for DataCiteException.
|
DataCiteException(java.lang.String message)
Constructor for DataCiteException.
|
DataCiteException(java.lang.String message,
java.lang.Throwable cause)
Constructor for DataCiteException.
|
DataCiteException(java.lang.Throwable cause)
Constructor for DataCiteException.
|
| Modifier and Type | Method and Description |
|---|---|
com.sun.jersey.api.client.ClientResponse.Status |
getStatus()
Get the status of the
DataCiteException |
public DataCiteException(com.sun.jersey.api.client.ClientResponse.Status status)
status - a ClientResponse.Status object.public DataCiteException(java.lang.String message)
message - a String object.public DataCiteException(java.lang.String message,
java.lang.Throwable cause)
message - a String object.cause - a Throwable object.public DataCiteException(java.lang.Throwable cause)
cause - a Throwable object.public final com.sun.jersey.api.client.ClientResponse.Status getStatus()
DataCiteException