org.apache.archiva.admin.model
Class RepositoryAdminException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.archiva.admin.model.RepositoryAdminException
All Implemented Interfaces:
Serializable

public class RepositoryAdminException
extends Exception

Since:
1.4-M1
Author:
Olivier Lamy
See Also:
Serialized Form

Field Summary
private  String fieldName
          can return the field name of bean with issue can be null
 
Constructor Summary
RepositoryAdminException(String s)
           
RepositoryAdminException(String s, String fieldName)
           
RepositoryAdminException(String message, Throwable cause)
           
RepositoryAdminException(String message, Throwable cause, String fieldName)
           
 
Method Summary
 String getFieldName()
           
 void setFieldName(String fieldName)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fieldName

private String fieldName
can return the field name of bean with issue can be null

Since:
1.4-M3
Constructor Detail

RepositoryAdminException

public RepositoryAdminException(String s)

RepositoryAdminException

public RepositoryAdminException(String s,
                                String fieldName)

RepositoryAdminException

public RepositoryAdminException(String message,
                                Throwable cause)

RepositoryAdminException

public RepositoryAdminException(String message,
                                Throwable cause,
                                String fieldName)
Method Detail

getFieldName

public String getFieldName()

setFieldName

public void setFieldName(String fieldName)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.