public class javax.management
BadStringOperationException


Hide details Login
Java SE 6
  
Extends: Throwable > Exception

Thrown when an invalid string operation is passed to a method for constructing a query.
since1.5

Constructors
public BadStringOperationException(String message)
Constructs a BadStringOperationException with the specified detail message.
messagethe detail message.

Methods
public String toString()
Returns the string representing the object.