com.irisel.oms.olapi.internal
Class DataModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.irisel.oms.olapi.internal.DataModelException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SchemaUpdateException

public class DataModelException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
DataModelException(java.lang.Exception sqle)
           
DataModelException(java.lang.String s)
           
 
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

DataModelException

public DataModelException(java.lang.String s)

DataModelException

public DataModelException(java.lang.Exception sqle)