public class

BadStringOperationException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ javax.management.BadStringOperationException

Class Overview

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

Summary

Public Constructors
BadStringOperationException(String message)
Constructs a BadStringOperationException with the specified detail message.
Public Methods
String toString()
Returns the string representing the object.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public BadStringOperationException (String message)

Constructs a BadStringOperationException with the specified detail message.

Parameters
message the detail message.

Public Methods

public String toString ()

Returns the string representing the object.

Returns
  • a string representation of this throwable.