aicas logoJamaica 6.4 release 1

javax.management
Class BadStringOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.management.BadStringOperationException
All Implemented Interfaces:
Serializable

public class BadStringOperationException
extends Exception

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

Since:
1.5
See Also:
Serialized Form

Constructor Summary
BadStringOperationException(String message)
          Constructs a BadStringOperationException with the specified detail message.
 
Method Summary
 String toString()
          Returns the string representing the object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadStringOperationException

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

Parameters:
message - the detail message.
Method Detail

toString

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

Overrides:
toString in class Throwable
Returns:
the name of the class, if a message was set the string ": "+getMessage() is concatenated to the result.

aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.