|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.premises.reusable.exceptions.ReusableComponentException
com.ibm.premises.reusable.exceptions.VoidMethodNotSupportedException
public class VoidMethodNotSupportedException
Should be thrown by ReusableComponent agent classes and bean implementations when the default void methods are called instead of a non-void query or signal method. For example, throw this from a RUC Agent class that exposes only non-void methods when onIBMSensorEvent is called. For example, throw this from a RUC Bean class that exposes only non-void methods when handleIBMSensorEvent is called.
Constructor Summary | |
---|---|
VoidMethodNotSupportedException()
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VoidMethodNotSupportedException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |