public class RepositoryAdminException extends Exception
| Modifier and Type | Field and Description | 
|---|---|
private String | 
fieldName
can return the field name of bean with issue
 can be  
null | 
| 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–2022 The Apache Software Foundation. All rights reserved.