public class NoSuchAuthorityFactoryException extends NoSuchAuthorityCodeException
NoSuchAuthorityCodeException
since it means that in a code like "FOO:456", the unrecognized part was "FOO".Defined in the sis-referencing module
| Constructor and Description |
|---|
NoSuchAuthorityFactoryException(String message,
String authority)
Constructs an exception with the specified detail message and authority name.
|
getAuthority, getAuthorityCodegetIdentifierCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchAuthorityFactoryException(String message, String authority)
message - the detail message, saved for later retrieval by the Throwable.getMessage() method.authority - the authority, saved for retrieval by the NoSuchAuthorityCodeException.getAuthority() method.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.