| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | edu.stanford.junction.JunctionException | ||
A generic exception that is thrown when an error occurs performing an Junction operation. Based on org.jivesoftware.smack.XMPPException
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new JunctionException.
| |||||||||||
Creates a new JunctionException with a description of the exception.
| |||||||||||
Creates a new JunctionException with the Throwable that was the root cause of the
exception.
| |||||||||||
Creates a new JunctionException with a description of the exception and the
Throwable that was the root cause of the exception.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the Throwable asscociated with this exception, or null if there
isn't one.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a new JunctionException.
Creates a new JunctionException with a description of the exception.
| message | description of the exception. |
|---|
Creates a new JunctionException with the Throwable that was the root cause of the exception.
| wrappedThrowable | the root cause of the exception. |
|---|
Creates a new JunctionException with a description of the exception and the Throwable that was the root cause of the exception.
| message | a description of the exception. |
|---|---|
| wrappedThrowable | the root cause of the exception. |
Returns the Throwable asscociated with this exception, or null if there isn't one.