public class ArchiveImportException extends RuntimeException
| Constructor and Description |
|---|
ArchiveImportException(String message,
Throwable cause) |
ArchiveImportException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArchiveImportException(String message, Throwable cause)
message - The detail message.cause - The cause of the exception.public ArchiveImportException(Throwable cause)
cause - The cause of the exception.Copyright © 2024 JBoss by Red Hat. All rights reserved.