org.omg.PortableInterceptor
Class InvalidSlot
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.PortableInterceptor.InvalidSlot
- All Implemented Interfaces:
- Serializable, IDLEntity
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 Current
, does not define a valid slot.
- See Also:
- Serialized Form
Constructor Summary |
InvalidSlot()
Create InvalidSlot with no explaining message. |
InvalidSlot(String why)
Create the InvalidSlot with explaining message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.