Class OkapiUnsupportedEncodingException

  • All Implemented Interfaces:
    Serializable

    public class OkapiUnsupportedEncodingException
    extends OkapiException
    Signals that a given character set encoding is not supported by the current system.
    See Also:
    Serialized Form
    • Constructor Detail

      • OkapiUnsupportedEncodingException

        public OkapiUnsupportedEncodingException()
        Creates an empty new OkapiUnsupportedEncodingException object.
      • OkapiUnsupportedEncodingException

        public OkapiUnsupportedEncodingException​(String message)
        Creates a new OkapiUnsupportedEncodingException object with a given message.
        Parameters:
        message - text of the message.
      • OkapiUnsupportedEncodingException

        public OkapiUnsupportedEncodingException​(Throwable cause)
        Creates a new OkapiUnsupportedEncodingException object with a given parent exception cause.
        Parameters:
        cause - the parent exception cause.
      • OkapiUnsupportedEncodingException

        public OkapiUnsupportedEncodingException​(String message,
                                                 Throwable cause)
        Creates a new OkapiUnsupportedEncodingException object with a given message and a given parent exception cause.
        Parameters:
        message - the message.
        cause - the cause.