Package org.apache.hadoop.crypto
Class UnsupportedCodecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hadoop.crypto.UnsupportedCodecException
- All Implemented Interfaces:
Serializable
Thrown to indicate that the specific codec is not supported.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorUnsupportedCodecException(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.Constructs a new exception with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedCodecException
public UnsupportedCodecException()Default constructor -
UnsupportedCodecException
Constructs an UnsupportedCodecException with the specified detail message.- Parameters:
message- the detail message
-
UnsupportedCodecException
Constructs a new exception with the specified detail message and cause.- Parameters:
message- the detail messagecause- the cause
-
UnsupportedCodecException
Constructs a new exception with the specified cause.- Parameters:
cause- the cause
-