Class AcrolinxServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.acrolinx.client.sdk.exceptions.AcrolinxException
-
- com.acrolinx.client.sdk.exceptions.AcrolinxServiceException
-
- All Implemented Interfaces:
java.io.Serializable
public class AcrolinxServiceException extends AcrolinxException
An exception that is thrown by the Acrolinx web service.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AcrolinxServiceException.HttpRequest
static class
AcrolinxServiceException.Type
-
Constructor Summary
Constructors Constructor Description AcrolinxServiceException(ErrorResponse.AcrolinxServiceError error, AcrolinxServiceException.HttpRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDetail()
java.lang.String
getReference()
AcrolinxServiceException.HttpRequest
getRequest()
int
getStatus()
java.lang.String
getTitle()
java.lang.String
getType()
java.lang.String
toString()
-
-
-
Constructor Detail
-
AcrolinxServiceException
public AcrolinxServiceException(ErrorResponse.AcrolinxServiceError error, AcrolinxServiceException.HttpRequest request)
-
-
Method Detail
-
getType
public java.lang.String getType()
-
getTitle
public java.lang.String getTitle()
-
getDetail
public java.lang.String getDetail()
-
getStatus
public int getStatus()
-
getReference
@Nullable public java.lang.String getReference()
-
getRequest
public AcrolinxServiceException.HttpRequest getRequest()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Throwable
-
-