com.atlassian.jira.exception
Class UpdateException

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.UpdateException
All Implemented Interfaces:
Serializable

@PublicApi
public class UpdateException
extends JiraException

Thrown when there is a serious error with an update.

Since:
v4.1
See Also:
Serialized Form

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

UpdateException

public UpdateException()

UpdateException

public UpdateException(String msg)

UpdateException

public UpdateException(Exception e)

UpdateException

public UpdateException(String msg,
                       Exception e)


Copyright © 2002-2012 Atlassian. All Rights Reserved.