public class HttpSessionErrorEvent extends RepositoryHttpSessionEvent
RepositoryHttpEndpoint
identified as source.Constructor and Description |
---|
HttpSessionErrorEvent(RepositoryHttpEndpoint source,
java.lang.String description) |
HttpSessionErrorEvent(RepositoryHttpEndpoint source,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Returns the exception that caused this error or null if the error is not produced by means of
an exception.
|
java.lang.String |
getDescription()
Returns the description of the error.
|
getSource
public HttpSessionErrorEvent(RepositoryHttpEndpoint source, java.lang.String description)
public HttpSessionErrorEvent(RepositoryHttpEndpoint source, java.lang.Throwable cause)
public java.lang.Throwable getCause()
public java.lang.String getDescription()