com.crystaldecisions.sdk.occa.report.lib
Class ReportSDKLogonException
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.ReportSDKServerException
com.crystaldecisions.sdk.occa.report.lib.ReportSDKLogonException
- All Implemented Interfaces:
- java.io.Serializable
public class ReportSDKLogonException
- extends ReportSDKServerException
This class defines an exception thrown due to report logon errors.
- 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 |
ReportSDKLogonException
public ReportSDKLogonException(int errorCode,
java.lang.String errorMsg)
ReportSDKLogonException
public ReportSDKLogonException(int errorCode,
java.lang.String errorMsg,
java.lang.Throwable previous)
throwReportSDKLogonException
public static void throwReportSDKLogonException(int errorCode,
java.lang.String msg)
throws ReportSDKLogonException
- Throws:
ReportSDKLogonException
throwReportSDKLogonException
public static void throwReportSDKLogonException(int errorCode,
java.lang.String msg,
java.lang.Throwable previous)
throws ReportSDKLogonException
- Throws:
ReportSDKLogonException