Docs
Atlassian Marketplace
Answers
News
About
Log In
SDK
JIRA
Confluence
Crowd
Bamboo
Gadgets
AUI
API Reference
Other Topics
Atlassian Core
Package Index
|
Class Index
com.atlassian.core
com.atlassian.core.bean
com.atlassian.core.cron
com.atlassian.core.cron.generator
com.atlassian.core.cron.parser
com.atlassian.core.db
com.atlassian.core.exception
com.atlassian.core.filters
com.atlassian.core.filters.cache
com.atlassian.core.filters.encoding
com.atlassian.core.filters.legacy
com.atlassian.core.i18n
com.atlassian.core.logging
com.atlassian.core.propertyset
com.atlassian.core.servlet
com.atlassian.core.spool
com.atlassian.core.task
com.atlassian.core.task.longrunning
com.atlassian.core.test.util
com.atlassian.core.user
com.atlassian.core.user.preferences
com.atlassian.core.util
com.atlassian.core.util.bean
com.atlassian.core.util.collection
com.atlassian.core.util.filter
com.atlassian.core.util.map
com.atlassian.core.util.thumbnail
com.atlassian.core.util.xml
com.atlassian.core.util.zip
Exceptions
InfrastructureException
Package Index
|
Class Index
Summary:
Ctors
|
Inherited Methods
|
[Expand All]
public class
InfrastructureException
extends
RuntimeException
java.lang.Object
↳
java.lang.Throwable
↳
java.lang.Exception
↳
java.lang.RuntimeException
↳
com.atlassian.core.exception.InfrastructureException
Summary
Public Constructors
InfrastructureException
(
Throwable
cause)
InfrastructureException
(
String
msg)
InfrastructureException
(
String
msg,
Throwable
cause)
[Expand]
Inherited Methods
From class
java.lang.Throwable
synchronized
Throwable
fillInStackTrace
()
Throwable
getCause
()
String
getLocalizedMessage
()
String
getMessage
()
StackTraceElement[]
getStackTrace
()
synchronized
Throwable
initCause
(
Throwable
arg0)
void
printStackTrace
(
PrintWriter
arg0)
void
printStackTrace
(
PrintStream
arg0)
void
printStackTrace
()
void
setStackTrace
(
StackTraceElement[]
arg0)
String
toString
()
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
InfrastructureException
(
Throwable
cause)
public
InfrastructureException
(
String
msg)
public
InfrastructureException
(
String
msg,
Throwable
cause)
Feedback?
View cookie preferences