Class AsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.adaptivesearch.AsException
All Implemented Interfaces:
Serializable

public class AsException extends Exception
Represents an adaptive search related exception.
See Also:
  • Constructor Details

    • AsException

      public AsException()
      Constructs a new exception with null as its detail message.
      See Also:
    • AsException

      public AsException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - - the message
      See Also:
    • AsException

      public AsException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - - the message
      cause - - the cause
      See Also:
    • AsException

      public AsException(Throwable cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - - the cause
      See Also: