Class OkapiException

    • Constructor Detail

      • OkapiException

        public OkapiException()
        Creates an empty new OkapiIOException object.
      • OkapiException

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

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

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