Class PhonMediaException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ca.phon.media.exceptions.PhonMediaException
All Implemented Interfaces:
Serializable

public class PhonMediaException extends Exception
Generic exception thrown from most media methods. Implementing backend exceptions are wrapped in this object.
Author:
ghedlund
See Also:
  • Constructor Details

    • PhonMediaException

      public PhonMediaException()
    • PhonMediaException

      public PhonMediaException(String arg0, Throwable arg1)
    • PhonMediaException

      public PhonMediaException(String arg0)
    • PhonMediaException

      public PhonMediaException(Throwable arg0)