org.omg.PortableInterceptor

Class InvalidSlot

public final class InvalidSlot extends UserException implements IDLEntity, Serializable

The InvalidSlot is thrown when the slot identifier, passed in one of the methods, related to {@link Current}, does not define a valid slot.
Constructor Summary
InvalidSlot()
Create InvalidSlot with no explaining message.
InvalidSlot(String why)
Create the InvalidSlot with explaining message.

Constructor Detail

InvalidSlot

public InvalidSlot()
Create InvalidSlot with no explaining message.

InvalidSlot

public InvalidSlot(String why)
Create the InvalidSlot with explaining message.

Parameters: why a string, explaining, why this exception has been thrown.