public class RepositoryAdminException extends Exception
| Constructor and Description | 
|---|
| RepositoryAdminException(String s) | 
| RepositoryAdminException(String s,
                        String fieldName) | 
| RepositoryAdminException(String message,
                        Throwable cause) | 
| RepositoryAdminException(String message,
                        Throwable cause,
                        String fieldName) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFieldName() | 
| void | setFieldName(String fieldName) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RepositoryAdminException(String s)
public RepositoryAdminException(String s, String fieldName)
public RepositoryAdminException(String message, Throwable cause)
public RepositoryAdminException(String message, Throwable cause, String fieldName)
public String getFieldName()
public void setFieldName(String fieldName)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.