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.ExceptionThe Usher Server API request exception.- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intINVALID_APPIDstatic intINVALID_ORGIDstatic intINVALID_TOKENstatic intINVALID_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 intgetErrorCode()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
 
 
 - 
 
 -