Package org.exolab.castor.jdo.oql
Class SyntaxNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.exolab.castor.core.exceptions.CastorException
-
- org.exolab.castor.jdo.PersistenceException
-
- org.exolab.castor.jdo.QueryException
-
- org.exolab.castor.jdo.oql.OQLSyntaxException
-
- org.exolab.castor.jdo.oql.SyntaxNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class SyntaxNotSupportedException extends OQLSyntaxException
Exception thrown to indicate that a feature is not supported by a particular database.- Version:
- $Revision: 7093 $ $Date: 2005-12-13 14:58:48 -0700 (Tue, 13 Dec 2005) $
- Author:
- Werner Guttmann
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SyntaxNotSupportedException(java.lang.String message)
SyntaxNotSupportedException(java.lang.String message, java.lang.Throwable exception)
-
Method Summary
-
Methods inherited from class org.exolab.castor.core.exceptions.CastorException
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace
-
-
-
-
Constructor Detail
-
SyntaxNotSupportedException
public SyntaxNotSupportedException(java.lang.String message)
- Parameters:
message
- A description of the error encountered.
-
SyntaxNotSupportedException
public SyntaxNotSupportedException(java.lang.String message, java.lang.Throwable exception)
- Parameters:
message
- A description of the error encountered.exception
- The root cause of this exception.
-
-