public class ClosedFacilityException extends InvalidOperationException
ClosedFacilityException
indicates that the requested operation
cannot be fulfilled because the facility providing the operation was closed.
This indicates that the application is attempting to use a facility after closing it.
Constructor and Description |
---|
ClosedFacilityException(String message) |
ClosedFacilityException(String message,
Throwable cause) |
getExtraInfo, setExtraInfo
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public ClosedFacilityException(String message)
message
- The reason for the error condition.Copyright 2004-2024 Solace Corporation. All rights reserved.