Package java.io

Class UnsupportedEncodingException

All Implemented Interfaces:
Serializable

public class UnsupportedEncodingException
extends IOException
Thrown when a program asks for a particular character converter that is unavailable.
See Also:
Serialized Form
  • Constructor Details

    • UnsupportedEncodingException

      public UnsupportedEncodingException()
      Constructs a new UnsupportedEncodingException with its stack trace filled in.
    • UnsupportedEncodingException

      public UnsupportedEncodingException​(String detailMessage)
      Constructs a new UnsupportedEncodingException with its stack trace and detail message filled in.
      Parameters:
      detailMessage - the detail message for this exception.