public class MismatchedReferenceSystemException extends IllegalArgumentException
Defined in the sis-referencing module
| Constructor and Description |
|---|
MismatchedReferenceSystemException()
Creates an exception with no message.
|
MismatchedReferenceSystemException(String message)
Creates an exception with the specified message.
|
MismatchedReferenceSystemException(String message,
Throwable cause)
Creates an exception with the specified message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MismatchedReferenceSystemException()
public MismatchedReferenceSystemException(String message)
message - The detail message. The detail message is saved for
later retrieval by the Throwable.getMessage() method.public MismatchedReferenceSystemException(String message, Throwable cause)
message - The detail message. The detail message is saved for
later retrieval by the Throwable.getMessage() method.cause - The cause.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.