public class IllegalOpenParameterException extends DataStoreException
DataStore can not be opened because of invalid parameters.
This may be a missing "location" parameter value,
or an unsupported object given to StorageConnector constructor.Defined in the sis-storage module
| Constructor and Description |
|---|
IllegalOpenParameterException()
Creates an exception with no cause and no details message.
|
IllegalOpenParameterException(String message)
Creates an exception with the specified details message.
|
IllegalOpenParameterException(String message,
Throwable cause)
Creates an exception with the specified details message and cause.
|
IllegalOpenParameterException(Throwable cause)
Creates an exception with the specified cause and no details message.
|
getInternationalMessage, getLocalizedMessage, getMessage, initCauseaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalOpenParameterException()
public IllegalOpenParameterException(String message)
message - the detail message.public IllegalOpenParameterException(Throwable cause)
cause - the cause for this exception.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.