com.atlassian.jira.exception
Class AddException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.jira.JiraException
              extended by com.atlassian.jira.exception.AddException
All Implemented Interfaces:
Serializable

public class AddException
extends JiraException

See Also:
Serialized Form

Constructor Summary
AddException()
           
AddException(Exception e)
           
AddException(String msg)
           
AddException(String msg, Exception e)
           
 
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

AddException

public AddException()

AddException

public AddException(String msg)

AddException

public AddException(Exception e)

AddException

public AddException(String msg,
                    Exception e)


Copyright © 2002-2013 Atlassian. All Rights Reserved.