Package ac.simons.oembed
Class OembedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ac.simons.oembed.OembedException
-
- All Implemented Interfaces:
java.io.Serializable
public class OembedException extends java.lang.RuntimeExceptionAn exception for wrapping any checked exception that might happens due parsing of responses etc.- Author:
- Michael J. Simons, 2010-12-24
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OembedException(java.lang.String message)OembedException(java.lang.Throwable cause)
-