public class MissingFactoryResourceException extends FactoryException
$SIS_DATA/DatumChanges
directory.
UnavailableFactoryException
means that the whole factory can not be used at all.
This exception is not for unimplemented operations (for example map projections not yet supported).
For unimplemented operation methods, use NoSuchIdentifierException
instead.
ConcurrentAuthorityFactory.newDataAccess()
,
Serialized FormDefined in the sis-referencing
module
Constructor and Description |
---|
MissingFactoryResourceException()
Construct an exception with no detail message.
|
MissingFactoryResourceException(String message)
Construct an exception with the specified detail message.
|
MissingFactoryResourceException(String message,
Throwable cause)
Construct an exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MissingFactoryResourceException()
public MissingFactoryResourceException(String message)
message
- the detail message, saved for later retrieval by the Throwable.getMessage()
method.public MissingFactoryResourceException(String message, Throwable cause)
IOException
or SQLException
).message
- the detail message, saved for later retrieval by the Throwable.getMessage()
method.cause
- the cause for this exception, saved for later retrieval by the Throwable.getCause()
method.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.