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 Summary
ConstructorsConstructorDescriptionBadStringOperationException(String message) Constructs aBadStringOperationExceptionwith the specified detail message. - 
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace 
- 
Constructor Details
- 
BadStringOperationException
Constructs aBadStringOperationExceptionwith the specified detail message.- Parameters:
 message- the detail message.
 
 - 
 - 
Method Details
- 
toString
 
 -