Top Description Fields Constructors
javax.management.relation

public Class RoleInfoNotFoundException

extends RelationException
Class Inheritance

This exception is raised when there is no role info with given name in a given relation type.
Since
1.5

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
RoleInfoNotFoundException()

Default constructor, no message put in exception.

public
RoleInfoNotFoundException(String
the detail message.
message
)

Constructor with given message put in exception.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides javax.management.relation.RelationException.serialVersionUID.

Constructor Detail

RoleInfoNotFoundExceptionback to summary
public RoleInfoNotFoundException()

Default constructor, no message put in exception.

RoleInfoNotFoundExceptionback to summary
public RoleInfoNotFoundException(String message)

Constructor with given message put in exception.

Parameters
message:String

the detail message.