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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedStorageException()
public UnsupportedStorageException(String message)
message
- The detail message.public UnsupportedStorageException(Throwable cause)
cause
- The cause for this exception.Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.