public class ReferenceVerifyException extends GazetteerException
Defined in the sis-referencing-by-identifiers
module
Constructor and Description |
---|
ReferenceVerifyException()
Constructs a new exception with no detail message.
|
ReferenceVerifyException(String message)
Constructs a new exception with the specified detail message.
|
ReferenceVerifyException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
ReferenceVerifyException(Throwable cause)
Constructs a new exception with the specified cause.
|
getLastCompletedTransform, setLastCompletedTransform
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ReferenceVerifyException()
public ReferenceVerifyException(String message)
message
- the details message, or null
if none.public ReferenceVerifyException(Throwable cause)
cause
- the cause, or null
if none.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.