Class UsherConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microstrategy.web.app.utils.usher.UsherConnectionException
-
- All Implemented Interfaces:
java.io.Serializable
public class UsherConnectionException extends java.lang.Exception
The Usher Server API request exception.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
INVALID_APPID
static int
INVALID_ORGID
static int
INVALID_TOKEN
static int
INVALID_URL
-
Constructor Summary
Constructors Constructor Description UsherConnectionException(int errorCode, java.lang.String message)
The constructor with error code and string message
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorCode()
Get the error code of this exception.
-
-
-
Field Detail
-
INVALID_URL
public static final int INVALID_URL
- See Also:
- Constant Field Values
-
INVALID_APPID
public static final int INVALID_APPID
- See Also:
- Constant Field Values
-
INVALID_ORGID
public static final int INVALID_ORGID
- See Also:
- Constant Field Values
-
INVALID_TOKEN
public static final int INVALID_TOKEN
- See Also:
- Constant Field Values
-
-