Top Description Fields Constructors
javax.management.relation

public Class RoleNotFoundException

extends RelationException
Class Inheritance

This exception is raised when a role in a relation does not exist, or is not readable, or is not settable.
Since
1.5

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
RoleNotFoundException()

Default constructor, no message put in exception.

public
RoleNotFoundException(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

RoleNotFoundExceptionback to summary
public RoleNotFoundException()

Default constructor, no message put in exception.

RoleNotFoundExceptionback to summary
public RoleNotFoundException(String message)

Constructor with given message put in exception.

Parameters
message:String

the detail message.