Package org.apache.guacamole.net.event
Interface FailureEvent
- All Known Subinterfaces:
DirectoryFailureEvent<ObjectType>
- All Known Implementing Classes:
AuthenticationFailureEvent
public interface FailureEvent
An event which represents failure of an operation, where that failure may
be associated with a particular Throwable.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Throwable that represents the failure that occurred, if any.
-
Method Details
-
getFailure
Throwable getFailure()Returns the Throwable that represents the failure that occurred, if any. If the failure was recognized but without a definite known error, this may be null.- Returns:
- The Throwable that represents the failure that occurred, or null if no such Throwable is known.
-