objectivehtml.oms.exception
Class OMSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--objectivehtml.exception.ObjectiveHtmlException
                    |
                    +--objectivehtml.oms.exception.OMSException
All Implemented Interfaces:
java.io.Serializable

public class OMSException
extends ObjectiveHtmlException

This is the base exception of all OMS exceptions.

See Also:
Serialized Form

Constructor Summary
OMSException()
           
OMSException(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

OMSException

public OMSException()

OMSException

public OMSException(java.lang.String sExceptionMessage)