com.qintsoft.joria.runtimeapi
Class JoriaUserException

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.runtimeapi.JoriaUserException
All Implemented Interfaces:
java.io.Serializable

public class JoriaUserException
extends JoriaException

See Also:
Serialized Form

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

JoriaUserException

public JoriaUserException(java.lang.String s)

JoriaUserException

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

JoriaUserException

public JoriaUserException(java.lang.Throwable cause)