public class

InfrastructureException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.jira.InfrastructureException

Summary

Public Constructors
InfrastructureException()
InfrastructureException(String s)
InfrastructureException(Throwable throwable)
InfrastructureException(String s, Throwable throwable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InfrastructureException ()

public InfrastructureException (String s)

public InfrastructureException (Throwable throwable)

public InfrastructureException (String s, Throwable throwable)