Class AWEQueryException

All Implemented Interfaces:
Serializable

public class AWEQueryException extends AWException
Specific AWE Exception class Formatted exception to show a title and a description of the thrown ERROR
Author:
Pablo GARCIA - 24/JUN/2010
See Also:
  • Constructor Details

    • AWEQueryException

      public AWEQueryException(String title, String message, String query, Throwable cause)
      Constructs an instance of AWException with the specified detail message and cause exception.
      Parameters:
      title - Exception title
      message - Detail message
      query - Query launched
      cause - Cause exception
  • Method Details