Class AqlRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AqlFeatureNotImplementedException, IllegalAqlException

public abstract class AqlRuntimeException extends RuntimeException
See Also:
  • Constructor Details

    • AqlRuntimeException

      public AqlRuntimeException(String s)
    • AqlRuntimeException

      public AqlRuntimeException(String message, Throwable cause)
    • AqlRuntimeException

      public AqlRuntimeException(Throwable cause)