public class UnsupportedStorageException extends DataStoreException
DataStoreProvider is found for a given storage object.Defined in the sis-storage module
| Constructor and Description |
|---|
UnsupportedStorageException()
Creates an exception with no cause and no details message.
|
UnsupportedStorageException(String message)
Creates an exception with the specified details message.
|
UnsupportedStorageException(String message,
Throwable cause)
Creates an exception with the specified details message and cause.
|
UnsupportedStorageException(Throwable cause)
Creates an exception with the specified cause and no details message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedStorageException()
public UnsupportedStorageException(String message)
message - The detail message.public UnsupportedStorageException(Throwable cause)
cause - The cause for this exception.Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.