public class

InvalidOpenTypeException

extends IllegalArgumentException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalArgumentException
           ↳ javax.management.openmbean.InvalidOpenTypeException

Class Overview

This runtime exception is thrown to indicate that the open type of an open data value is not the one expected.

Summary

Public Constructors
InvalidOpenTypeException()
An InvalidOpenTypeException with no detail message.
InvalidOpenTypeException(String msg)
An InvalidOpenTypeException with a detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidOpenTypeException ()

An InvalidOpenTypeException with no detail message.

public InvalidOpenTypeException (String msg)

An InvalidOpenTypeException with a detail message.

Parameters
msg the detail message.