public class InvalidMetadataException extends IllegalStateException
Defined in the sis-metadata module
| Constructor and Description |
|---|
InvalidMetadataException(String message)
Creates a new exception with the specified detail message.
|
InvalidMetadataException(String message,
Throwable cause)
Creates a new exception with the specified detail message and cause.
|
InvalidMetadataException(Throwable cause)
Creates a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidMetadataException(String message)
message - the details message, or null if none.public InvalidMetadataException(Throwable cause)
cause - the cause, or null if none.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.