Class AudioEverywhereException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.exxothermic.audioeverywheresdk.AudioEverywhereException
All Implemented Interfaces:
Serializable

public class AudioEverywhereException extends Exception
Class that holds an exception for the AudioEverywhere library.
Since:
7/4/14
See Also:
  • Constructor Details

    • AudioEverywhereException

      public AudioEverywhereException()
      Constructs a new Exception that includes the current stack trace.
    • AudioEverywhereException

      public AudioEverywhereException(String detailMessage)
      Constructs a new Exception with the current stack trace and the specified detail message.
      Parameters:
      detailMessage - the detail message for this exception.
    • AudioEverywhereException

      public AudioEverywhereException(String detailMessage, Throwable throwable)
      Constructs a new Exception with the current stack trace, the specified detail message and the specified cause.
      Parameters:
      detailMessage - the detail message for this exception.
      throwable -
    • AudioEverywhereException

      public AudioEverywhereException(Throwable throwable)
      Constructs a new Exception with the current stack trace and the specified cause.
      Parameters:
      throwable - the cause of this exception.
    • AudioEverywhereException

      public AudioEverywhereException(Throwable cause, AudioEverywhereException.ExceptionReason reason)
    • AudioEverywhereException

      public AudioEverywhereException(AudioEverywhereException.ExceptionReason reason)
  • Method Details