public class UnsupportedCodecException extends RuntimeException
Constructor and Description |
---|
UnsupportedCodecException()
Default constructor
|
UnsupportedCodecException(String message)
Constructs an UnsupportedCodecException with the specified
detail message.
|
UnsupportedCodecException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and
cause.
|
UnsupportedCodecException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedCodecException()
public UnsupportedCodecException(String message)
message
- the detail messagepublic UnsupportedCodecException(String message, Throwable cause)
message
- the detail messagecause
- the causepublic UnsupportedCodecException(Throwable cause)
cause
- the causeCopyright © 2017 Apache Software Foundation. All Rights Reserved.