Skip to main content

SecurityLoadingLimitExceededException Class

Occurs when a security loading limit is exceeded while loading a document.

Declaration

public class SecurityLoadingLimitExceededException extends JavaException

Remarks

Refer to the following help topic for additional information: Secure Presentation Processing.

Inherited Members

com.devexpress.system.JavaException.fromThrowable(java.lang.Throwable)
com.devexpress.system.JavaException.getBaseException()
com.devexpress.system.JavaException.getData()
com.devexpress.system.JavaException.getDataSnapshot()
com.devexpress.system.JavaException.getHResult()
com.devexpress.system.JavaException.getHelpLink()
com.devexpress.system.JavaException.getInnerException()
com.devexpress.system.JavaException.getSource()
com.devexpress.system.JavaException.initFields()
com.devexpress.system.JavaException.setHResult(int)
com.devexpress.system.JavaException.setHelpLink(java.lang.String)
com.devexpress.system.JavaException.setSource(java.lang.String)
com.devexpress.system.JavaException.toString()
com.devexpress.system.JavaException.withHResult(int)
com.devexpress.system.JavaException.withHelpLink(java.lang.String)
com.devexpress.system.JavaException.withSource(java.lang.String)
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
java.lang.Throwable.addSuppressed(java.lang.Throwable)
java.lang.Throwable.fillInStackTrace()
java.lang.Throwable.getCause()
java.lang.Throwable.getLocalizedMessage()
java.lang.Throwable.getMessage()
java.lang.Throwable.getStackTrace()
java.lang.Throwable.getSuppressed()
java.lang.Throwable.initCause(java.lang.Throwable)
java.lang.Throwable.printStackTrace()
java.lang.Throwable.printStackTrace(java.io.PrintStream)
java.lang.Throwable.printStackTrace(java.io.PrintWriter)
java.lang.Throwable.setStackTrace(java.lang.StackTraceElement[])

Inheritance

Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.devexpress.system.JavaException
SecurityLoadingLimitExceededException

SecurityLoadingLimitExceededException(String message)

Initializes a new instance of the SecurityLoadingLimitExceededException class with the specified error message.

Declaration

public SecurityLoadingLimitExceededException(String message)

Parameters

Name Type Description
message String

The error message.