Class KryoException

    • Constructor Detail

      • KryoException

        public KryoException()
      • KryoException

        public KryoException​(String message,
                             Throwable cause)
      • KryoException

        public KryoException​(String message)
      • KryoException

        public KryoException​(Throwable cause)
    • Method Detail

      • addTrace

        public void addTrace​(String info)
        Adds information to the exception message about where in the the object graph serialization failure occurred. Serializers can catch KryoException, add trace information, and rethrow the exception.