ArchiveSecurityException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.groupdocs.foundation.exception.GroupDocsException, com.groupdocs.viewer.exception.GroupDocsViewerException
public class ArchiveSecurityException extends GroupDocsViewerException
This exception is thrown when an archive being opened exceeds any of the limits specified in the ArchiveSecurityOptions.
Constructors
Constructor | Description |
---|---|
ArchiveSecurityException(String message) | Creates an instance of the ArchiveSecurityException class with the specified message. |
ArchiveSecurityException(String message)
public ArchiveSecurityException(String message)
Creates an instance of the ArchiveSecurityException class with the specified message.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message. |