public class

MSTRRestAPIException

extends MSTRWebAPIException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.microstrategy.utils.MSTRCheckedException
         ↳ com.microstrategy.webapi.MSTRWebAPIException
           ↳ com.microstrategy.webapi.restApi.MSTRRestAPIException

Summary

Protected Constructors
MSTRRestAPIException(String errorMsg)
MSTRRestAPIException(Throwable e)
MSTRRestAPIException(int errorCode)
MSTRRestAPIException(String errorMsg, int errorCode)
MSTRRestAPIException(String errorMsg, int errorCode, Throwable e)
[Expand]
Inherited Methods
From class com.microstrategy.webapi.MSTRWebAPIException
From class com.microstrategy.utils.MSTRCheckedException
From class java.lang.Throwable
From class java.lang.Object
From interface com.microstrategy.utils.LocalizableException

Protected Constructors

protected MSTRRestAPIException (String errorMsg)

protected MSTRRestAPIException (Throwable e)

protected MSTRRestAPIException (int errorCode)

protected MSTRRestAPIException (String errorMsg, int errorCode)

protected MSTRRestAPIException (String errorMsg, int errorCode, Throwable e)