com.atlassian.jira.exception
Class CreateException

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

public class CreateException
extends JiraException

See Also:
Serialized Form

Constructor Summary
CreateException()
           
CreateException(java.lang.Exception e)
           
CreateException(java.lang.String msg)
           
CreateException(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

CreateException

public CreateException()

CreateException

public CreateException(java.lang.String msg)

CreateException

public CreateException(java.lang.Exception e)

CreateException

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