Class UnsupportedCodecException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hadoop.crypto.UnsupportedCodecException
All Implemented Interfaces:
Serializable

public class UnsupportedCodecException extends RuntimeException
Thrown to indicate that the specific codec is not supported.
See Also:
  • Constructor Details

    • UnsupportedCodecException

      public UnsupportedCodecException()
      Default constructor
    • UnsupportedCodecException

      public UnsupportedCodecException(String message)
      Constructs an UnsupportedCodecException with the specified detail message.
      Parameters:
      message - the detail message
    • UnsupportedCodecException

      public UnsupportedCodecException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • UnsupportedCodecException

      public UnsupportedCodecException(Throwable cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - the cause