Class BadStringOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.management.BadStringOperationException
- All Implemented Interfaces:
- Serializable
Thrown when an invalid string operation is passed
to a method for constructing a query.
- Since:
- 1.5
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionBadStringOperationException(String message) Constructs aBadStringOperationExceptionwith the specified detail message.
- 
Method SummaryMethods declared in class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
- 
Constructor Details- 
BadStringOperationExceptionConstructs aBadStringOperationExceptionwith the specified detail message.- Parameters:
- message- the detail message.
 
 
- 
- 
Method Details- 
toString
 
-