public class SearchClientRemoteException extends SearchClientException
Modifier and Type | Class and Description |
---|---|
static class |
SearchClientRemoteException.RemoteExceptionType |
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
details |
protected int |
errorCode |
protected SearchClientRemoteException.RemoteExceptionType |
type |
Constructor and Description |
---|
SearchClientRemoteException(int errorCode,
SearchClientRemoteException.RemoteExceptionType type,
java.lang.String message,
java.lang.String details) |
Modifier and Type | Method and Description |
---|---|
static SearchClientRemoteException |
create(int errorCode,
int httpCode,
java.lang.String type,
java.lang.String message,
java.lang.String details) |
int |
getCloudViewErrorCode()
Get the CloudView specific error code.
|
java.lang.String |
getDetails()
Get some additional details, if available
|
SearchClientRemoteException.RemoteExceptionType |
getType()
Get the type of remote exception
|
protected SearchClientRemoteException.RemoteExceptionType type
protected int errorCode
protected java.lang.String details
public SearchClientRemoteException(int errorCode, SearchClientRemoteException.RemoteExceptionType type, java.lang.String message, java.lang.String details)
public static SearchClientRemoteException create(int errorCode, int httpCode, java.lang.String type, java.lang.String message, java.lang.String details)
public SearchClientRemoteException.RemoteExceptionType getType()
public java.lang.String getDetails()
public int getCloudViewErrorCode()
Copyright © 2021 Dassault Systèmes, All Rights Reserved.