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, setExtraInfo
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public InvalidOperationException(String message)
message
- The reason for the error condition.Copyright 2004-2024 Solace Corporation. All rights reserved.