com.atlassian.jira.exception
Class GetException

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

@PublicApi
public class GetException
extends JiraException

An exception that indicates errors encountered in when performing get related tasks in managers.

Since:
v6.1
See Also:
Serialized Form

Constructor Summary
GetException()
           
GetException(String s)
           
GetException(String s, Throwable throwable)
           
GetException(Throwable throwable)
           
 
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

GetException

public GetException()

GetException

public GetException(String s)

GetException

public GetException(Throwable throwable)

GetException

public GetException(String s,
                    Throwable throwable)


Copyright © 2002-2014 Atlassian. All Rights Reserved.