JADE Java Persistence API
1.0

com.jadeworld.jade
Class JomException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jadeworld.jade.Exception
                  extended by com.jadeworld.jade.JomException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JadeException

public class JomException
extends Exception

See Also:
Serialized Form

Constructor Summary
JomException(java.lang.String ex, java.lang.String errorText, int errorCode)
           
 
Method Summary
 int getErrorCode()
           
 java.lang.String getErrorText()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JomException

public JomException(java.lang.String ex,
                    java.lang.String errorText,
                    int errorCode)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

getErrorCode

public int getErrorCode()

getErrorText

public java.lang.String getErrorText()

JADE Java Persistence API
1.0

Copyright © 2007 Jade Software Corporation