Class AkinatorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eu.zajc.akiwrapper.core.exceptions.AkinatorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LanguageThemeCombinationException, MalformedResponseException, ServerStatusException, UndoOutOfBoundsException

public class AkinatorException extends RuntimeException
The root exception class for exceptions in Akiwrapper.
Author:
Marko Zajc
See Also:
  • Constructor Details

    • AkinatorException

      public AkinatorException()
    • AkinatorException

      public AkinatorException(String message)
    • AkinatorException

      public AkinatorException(String message, Throwable cause)
  • Method Details

    • getDebugInformation

      @Nonnull @Deprecated(since="2.0", forRemoval=true) public String getDebugInformation()
      Deprecated, for removal: This API element is subject to removal in a future version.
      will always return an empty string. There is no direct replacement for this, but enabling trace logs will show contents of HTTP requests and responses.
      Returns:
      the request debug information (when available) or an empty string