public class FactoryDataException extends FactoryException
Defined in the sis-referencing
module
Constructor and Description |
---|
FactoryDataException()
Construct an exception with no detail message.
|
FactoryDataException(String message)
Construct an exception with the specified detail message.
|
FactoryDataException(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 FactoryDataException()
public FactoryDataException(String message)
message
- the detail message, saved for later retrieval by the Throwable.getMessage()
method.public FactoryDataException(String message, Throwable cause)
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.