com.crystaldecisions.sdk.occa.report.lib
Class ReportSDKCancelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException
com.crystaldecisions.sdk.occa.report.lib.ReportSDKCancelException
- All Implemented Interfaces:
- java.io.Serializable
public class ReportSDKCancelException
- extends ReportSDKException
This class defines an exception thrown due to a users request to cancel an operation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ReportSDKCancelException
public ReportSDKCancelException(int errorCode,
java.lang.String errorMsg)
ReportSDKCancelException
public ReportSDKCancelException(int errorCode,
java.lang.String errorMsg,
java.lang.Throwable previous)
throwReportSDKCancelException
public static void throwReportSDKCancelException(int errorCode,
java.lang.String msg)
throws ReportSDKCancelException
- Throws:
ReportSDKCancelException
throwReportSDKCancelException
public static void throwReportSDKCancelException(int errorCode,
java.lang.String msg,
java.lang.Throwable previous)
throws ReportSDKCancelException
- Throws:
ReportSDKCancelException