javax.management.openmbean
Class InvalidOpenTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by javax.management.openmbean.InvalidOpenTypeException
All Implemented Interfaces:
Serializable

public class InvalidOpenTypeException
extends IllegalArgumentException

Thrown when a open data value has an erroneous open type.

Since:
1.5
See Also:
Serialized Form

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

Constructor Detail

InvalidOpenTypeException

public InvalidOpenTypeException()
Constructs a new InvalidOpenTypeException.


InvalidOpenTypeException

public InvalidOpenTypeException(String message)
Constructs a new InvalidOpenTypeException with the specified message.

Parameters:
message - the error message to give to the user.