MediaException
Constructs a MediaException with null as its error detail message. super();
null
super();
Constructs a MediaException with the specified detail message. The error message string s can later be retrieved by the {@link java.lang.Throwable#getMessage} method of class java.lang.Throwable.paramreason the detail message. super(reason);
s
{@link java.lang.Throwable#getMessage}
java.lang.Throwable
super(reason);