Class AsRuntimeException

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

public class AsRuntimeException extends RuntimeException
Represents an adaptive search related runtime exception.
See Also:
  • Constructor Details

    • AsRuntimeException

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

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

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

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