com.qintsoft.joria.runtimeapi
Class JoriaUserDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.qintsoft.joria.runtimeapi.JoriaException
              extended by com.qintsoft.joria.data.JoriaDataException
                  extended by com.qintsoft.joria.runtimeapi.JoriaUserDataException
All Implemented Interfaces:
java.io.Serializable

public class JoriaUserDataException
extends com.qintsoft.joria.data.JoriaDataException

See Also:
Serialized Form

Constructor Summary
JoriaUserDataException(java.lang.String message)
           
JoriaUserDataException(java.lang.String message, java.lang.Throwable cause)
           
 
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

JoriaUserDataException

public JoriaUserDataException(java.lang.String message)

JoriaUserDataException

public JoriaUserDataException(java.lang.String message,
                              java.lang.Throwable cause)