com.qintsoft.joria.runtimeapi
Class JoriaInternalError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.qintsoft.joria.runtimeapi.JoriaInternalError
All Implemented Interfaces:
java.io.Serializable

public class JoriaInternalError
extends java.lang.Error

See Also:
Serialized Form

Constructor Summary
JoriaInternalError(java.lang.String s)
           
JoriaInternalError(java.lang.String s, java.lang.Throwable inner)
           
 
Method Summary
 java.lang.Throwable getInner()
           
 
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

JoriaInternalError

public JoriaInternalError(java.lang.String s)

JoriaInternalError

public JoriaInternalError(java.lang.String s,
                          java.lang.Throwable inner)
Method Detail

getInner

public java.lang.Throwable getInner()