org.eigenbase.jmi
Class JmiQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eigenbase.jmi.JmiQueryException
- All Implemented Interfaces:
- Serializable
public class JmiQueryException
- extends Exception
JmiQueryException specifies an exception thrown during JMI query processing.
- Version:
- $Id: //open/dev/farrago/src/org/eigenbase/jmi/JmiQueryException.java#6 $
- Author:
- John V. Sichi
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JmiQueryException
public JmiQueryException(String message)
- Constructs a new exception.
- Parameters:
message
- description of exception
JmiQueryException
public JmiQueryException(String message,
Throwable cause)
- Constructs a new exception with an underlying cause.
- Parameters:
message
- description of exceptioncause
- underlying cause