objectivehtml.oms.exception
Class OMSRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--objectivehtml.exception.ObjectiveHtmlRuntimeException
                          |
                          +--objectivehtml.oms.exception.OMSRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidParameterListException, InvalidSignalException, InvalidSlotException

public class OMSRuntimeException
extends ObjectiveHtmlRuntimeException

This is the base exception of all OMS runtime exceptions.

See Also:
Serialized Form

Constructor Summary
OMSRuntimeException()
           
OMSRuntimeException(java.lang.String sExceptionMessage)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OMSRuntimeException

public OMSRuntimeException()

OMSRuntimeException

public OMSRuntimeException(java.lang.String sExceptionMessage)