com.atlassian.jira.exception
Class RemoveException

java.lang.Object
  extended byAtlassianCoreException
      extended bycom.atlassian.jira.JiraException
          extended bycom.atlassian.jira.exception.RemoveException

public class RemoveException
extends JiraException

See Also:
Serialized Form

Constructor Summary
RemoveException()
           
RemoveException(java.lang.Exception e)
           
RemoveException(java.lang.String msg)
           
RemoveException(java.lang.String msg, java.lang.Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveException

public RemoveException()

RemoveException

public RemoveException(java.lang.String msg)

RemoveException

public RemoveException(java.lang.Exception e)

RemoveException

public RemoveException(java.lang.String msg,
                       java.lang.Exception e)