FileDocCategorySizeDatePackage
OpenDataException.javaAPI DocJava SE 6 API1037Tue Jun 10 00:26:16 BST 2008javax.management.openmbean

OpenDataException

public class OpenDataException extends JMException
This checked exception is thrown when an open type, an open data or an open MBean metadata info instance could not be constructed because one or more validity constraints were not met.
version
3.19 05/11/17
author
Sun Microsystems, Inc.
since
1.5
since.unbundled
JMX 1.1

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public OpenDataException()
An OpenDataException with no detail message.


               
      
	super();
    
public OpenDataException(String msg)
An OpenDataException with a detail message.

param
msg the detail message.

	super(msg);
    
Methods Summary