public class InvalidOperationException extends JCSMPStateException
InvalidOperationException indicates that the requested operation
cannot be fulfilled because the object on which it was performed is not
in a state to support such an operation.
This usually indicates an application program logic error.
| Constructor and Description |
|---|
InvalidOperationException(String message) |
InvalidOperationException(String message,
Throwable cause) |
getExtraInfo, setExtraInfogetCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic InvalidOperationException(String message)
message - The reason for the error condition.Copyright 2004-2025 Solace Corporation. All rights reserved.