com.atlassian.greenhopper.customfield
Class UniqueFieldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.greenhopper.customfield.UniqueFieldException
All Implemented Interfaces:
java.io.Serializable

public class UniqueFieldException
extends java.lang.RuntimeException

There are custom fields that should exist only once per instance. If someone tries creating such a field and it's already there, this exception will be thrown (at least if they try through one of our APIs)

Author:
ahennecke
See Also:
Serialized Form

Constructor Summary
UniqueFieldException()
           
UniqueFieldException(java.lang.String message)
           
UniqueFieldException(java.lang.String message, java.lang.Throwable cause)
           
UniqueFieldException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

UniqueFieldException

public UniqueFieldException()

UniqueFieldException

public UniqueFieldException(java.lang.String message,
                            java.lang.Throwable cause)

UniqueFieldException

public UniqueFieldException(java.lang.String message)

UniqueFieldException

public UniqueFieldException(java.lang.Throwable cause)


Copyright © 2007-2012 Atlassian. All Rights Reserved.